Ignore:
Timestamp:
Jan 22, 2013, 9:01:03 PM (11 years ago)
Author:
mistic100
Message:

fixed: cannot create initial config, update Tumblr adapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/auth.php

    r20323 r20337  
    9797    case 5:
    9898      $template->assign('ERROR', l10n('Authentication canceled')); break;
     99    case 404:
     100      $template->assign('ERROR', l10n('User not found')); break;
    99101    default:
    100102      $template->assign('ERROR', sprintf(l10n('An error occured, please contact the gallery owner. <i>Error code : %s</i>'), $e->getCode()));
Note: See TracChangeset for help on using the changeset viewer.