Changeset 1808:7cb106195d0d for inc
- Timestamp:
- 09/13/13 12:37:01 (12 years ago)
- Branch:
- actionsreloaded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/actions/class.dcactionposts.php
r1806 r1808 307 307 } 308 308 public static function doChangePostLang($core, dcPostsActionsPage $ap, $post) { 309 $posts_ids = $ap->getIDs(); 310 if (empty($posts_ids)) { 311 throw new Exception(__('No entry selected')); 312 } 309 313 if (isset($post['new_lang'])) { 310 314 $new_lang = $post['new_lang'];
Note: See TracChangeset
for help on using the changeset viewer.