Changeset 2709:d70f7e2cb2c9 for admin/categories.php
- Timestamp:
- 05/15/14 08:35:38 (11 years ago)
- Branch:
- 2.6
- Children:
- 2710:f99841305743, 2712:121f94747a10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r2566 r2709 73 73 74 74 foreach ($categories as $category) { 75 if (!empty($category->item_id) ) {75 if (!empty($category->item_id) && !empty($category->left) && !empty($category->right)) { 76 76 $core->blog->updCategoryPosition($category->item_id, $category->left, $category->right); 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.