Changeset 3340:30cec05f4e63 for admin/categories.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r3210 r3340 47 47 $mov_cat = (int) $_POST['mov_cat'][$cat_id]; 48 48 49 $mov_cat = $mov_cat ? $mov_cat: null;49 $mov_cat = $mov_cat ?: null; 50 50 if ($mov_cat !== null) { 51 51 $c = $core->blog->getCategory($mov_cat);
Note: See TracChangeset
for help on using the changeset viewer.