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

Menu style fix

This commit is contained in:
Cameron
2013-03-22 19:55:15 -07:00
parent 1cbfeb96f0
commit ba0bc06145

View File

@@ -250,7 +250,7 @@ class e_menu
public function renderMenu($mpath, $mname='', $parm = '', $return = false)
{
// global $sql; // required at the moment.
global $sc_style, $e107_debug, $style;
global $sc_style, $e107_debug;
$e107 = e107::getInstance();