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:
@@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user