Changeset 12575
- Timestamp:
- 11/07/11 11:52:46 (19 months ago)
- Files:
-
- 1 modified
-
branches/2.3/admin/cat_modify.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/admin/cat_modify.php
r11041 r12575 76 76 } 77 77 78 if (isset($_POST['parent']) and $cat_info['id_uppercat'] != $_POST['parent']) 78 // in case the use moves his album to the gallery root, we force 79 // $_POST['parent'] from 0 to null to be compared with 80 // $cat_info['id_uppercat'] 81 if (empty($_POST['parent'])) 82 { 83 $_POST['parent'] = null; 84 } 85 86 if ($cat_info['id_uppercat'] != $_POST['parent']) 79 87 { 80 88 move_categories( array($_GET['cat_id']), $_POST['parent'] );
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)