mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -692,7 +692,7 @@ class adminstyle_infopanel
|
||||
|
||||
if (e107::getDb()->gen($menu_qry))
|
||||
{
|
||||
while ($row = e107::getDb()->db_Fetch())
|
||||
while ($row = e107::getDb()->fetch())
|
||||
{
|
||||
// Custom menu (core).
|
||||
if(is_numeric($row['menu_path']))
|
||||
|
Reference in New Issue
Block a user