Changeset 3210:b3284c634538 for admin
- Timestamp:
- 03/07/16 16:06:21 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r3209 r3210 51 51 $c = $core->blog->getCategory($mov_cat); 52 52 if ($c->isEmpty()) { 53 throw new Exception(__('Category where to move posts does not exist'));53 throw new Exception(__('Category where to move entries does not exist')); 54 54 } 55 55 $name = $c->cat_title;
Note: See TracChangeset
for help on using the changeset viewer.