mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Fix for forgotten password page layout in membersonly mode.
This commit is contained in:
@@ -3942,7 +3942,7 @@ class e_parser
|
||||
*/
|
||||
public function toDate($datestamp = null, $format='short')
|
||||
{
|
||||
if(!is_numeric($datestamp)){ return; }
|
||||
if(!is_numeric($datestamp)){ return null; }
|
||||
|
||||
return '<span data-livestamp="'.$datestamp.'">'.e107::getDate()->convert($datestamp, $format).'</span>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user