1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

#4299: Wrap more potentially undefined constants

In:
* Forums
* /e107_admin/menus.php
This commit is contained in:
Nick Liu
2021-07-13 12:49:05 +02:00
parent bc1340af12
commit ccf0f037aa
7 changed files with 18 additions and 13 deletions

View File

@@ -460,7 +460,7 @@ class forumStats
$frm = e107::getForm();
$breadarray = array(
array('text'=> e107::pref('forum','title', LAN_PLUGIN_FORUM_NAME), 'url' => e107::url('forum','index') ),
array('text'=> e107::pref('forum','title', defset('LAN_PLUGIN_FORUM_NAME')), 'url' => e107::url('forum','index') ),
array('text'=>LAN_FORUM_6013, 'url'=>null)
);