Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1200 → Rev 1201

/trunk/plugins/viathinksoft/publicPages/091_forgot_password/OIDplusPagePublicForgotPassword.class.php
136,7 → 136,8
} catch (\Exception $e) {
 
$out['icon'] = 'img/error.png';
$out['text'] = '<p>'._L('Error: %1',htmlentities($e->getMessage())).'</p>';
$htmlmsg = $e instanceof OIDplusException ? $e->getHtmlMessage() : htmlentities($e->getMessage());
$out['text'] = '<p>'._L('Error: %1',$htmlmsg).'</p>';
 
}
} else if (explode('$',$id)[0] == 'oidplus:reset_password') {