Dotclear


Ignore:
Timestamp:
05/15/14 08:35:38 (11 years ago)
Author:
Dsls
Branch:
2.6
Children:
2710:f99841305743, 2712:121f94747a10
Message:

Strenghened xmlrpc auth, categories warning.

Many, many thanks to Egidio Romano for the advice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r2566 r2709  
    7373 
    7474     foreach ($categories as $category) { 
    75           if (!empty($category->item_id)) { 
     75          if (!empty($category->item_id) && !empty($category->left) && !empty($category->right)) { 
    7676               $core->blog->updCategoryPosition($category->item_id, $category->left, $category->right); 
    7777          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map