Ignore:
Timestamp:
Jan 9, 2014, 7:55:29 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/auth.php

    r23808 r26556  
    100100      $template->assign('ERROR', l10n('User not found')); break;
    101101    default:
    102       $template->assign('ERROR', sprintf(l10n('An error occured, please contact the gallery owner. <i>Error code : %s</i>'), '<span title="'.$e->getMessage().'">'.$e->getCode().'</span>'));
     102      $template->assign('ERROR', l10n('An error occured, please contact the gallery owner. <i>Error code : %s</i>', '<span title="'.$e->getMessage().'">'.$e->getCode().'</span>'));
    103103  }
    104104}
     
    117117$template->set_filename('index', realpath(OAUTH_PATH . 'template/auth.tpl'));
    118118$template->pparse('index');
    119 ?>
Note: See TracChangeset for help on using the changeset viewer.