1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

PHP8 - BC Fix for newforumposts_menu.php

This commit is contained in:
Cameron
2021-01-09 10:08:57 -08:00
parent 3b06fac636
commit e948c6fc11
4 changed files with 45 additions and 1 deletions

View File

@@ -1270,7 +1270,7 @@ class admin_shortcodes
<br /><br />
<b>".FOOTLAN_19."</b>
<br />
".date('r').
".strftime('%A %d %B %Y - %H:%M').
"<br />";
return e107::getRender()->tablerender(FOOTLAN_13, $text, '', TRUE);