Index: branches/5.2.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r14915 -r15012 --- branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 14915) +++ branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15012) @@ -1,6 +1,6 @@ Conn->nextQueryCachable = true; $sql = 'SELECT ParentPath - FROM ' . TABLE_PREFIX . 'Category + FROM ' . TABLE_PREFIX . 'Categories WHERE CategoryId = ' . $root_cat; $root_path = $this->Conn->GetOne($sql); $this->Application->setCache($cache_key, $root_path); @@ -359,7 +359,7 @@ \'cat\' AS ItemType, c.IsMenu, c.Type, c.ThemeId, c.UseExternalUrl, c.ExternalUrl, c.UseMenuIconUrl, c.MenuIconUrl, c.Status - FROM ' . TABLE_PREFIX . 'Category AS c'; + FROM ' . TABLE_PREFIX . 'Categories AS c'; $items = $this->Conn->Query($sql, 'ItemId'); foreach ($items as $item_id => $item_data) {