mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
PHP8 - BC Fix for newforumposts_menu.php
This commit is contained in:
@@ -745,6 +745,10 @@ class language{
|
||||
{
|
||||
define($old, constant($new));
|
||||
}
|
||||
elseif(empty($new) && !defined($old))
|
||||
{
|
||||
define($old,'');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user