Index: branches/5.2.x/core/units/helpers/recursive_helper.php =================================================================== diff -u -N -r14628 -r15012 --- branches/5.2.x/core/units/helpers/recursive_helper.php (.../recursive_helper.php) (revision 14628) +++ branches/5.2.x/core/units/helpers/recursive_helper.php (.../recursive_helper.php) (revision 15012) @@ -1,6 +1,6 @@ Application->recallObject($prefix.'_TempHandler', 'kTempTablesHandler'); /* @var $temp_handler kTempTablesHandler */ - + // 2. delete items this have this category as primary $delete_ids = $this->getCategoryItems($category_id, true); @@ -217,7 +217,7 @@ if (!array_key_exists($category_id, $cache)) { $sql = 'SELECT ParentPath - FROM ' . TABLE_PREFIX . 'Category + FROM ' . TABLE_PREFIX . 'Categories WHERE CategoryId = ' . $category_id; $cache[$category_id] = $this->Conn->GetOne($sql); }