Changeset 20373 for extensions/oAuth/auth.php
- Timestamp:
- Jan 25, 2013, 3:50:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/oAuth/auth.php
r20368 r20373 99 99 $template->assign('ERROR', l10n('User not found')); break; 100 100 default: 101 $template->assign('ERROR', sprintf(l10n('An error occured, please contact the gallery owner. <i>Error code : %s</i>'), $e->getCode()));101 $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 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.