Changeset 2181:f30610fc3af1 for admin/post.php
- Timestamp:
- 10/01/13 09:06:01 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2166 r2181 298 298 # --BEHAVIOR-- adminAfterPostUpdate 299 299 $core->callBehavior('adminAfterPostUpdate',$cur,$post_id); 300 301 http::redirect('post.php?id='.$post_id .'&upd=1');300 dcPage::addSuccessNotice (sprintf('The post "%s" has been successfully updated',html::escapeHTML($cur->post_title))); 301 http::redirect('post.php?id='.$post_id); 302 302 } 303 303 catch (Exception $e)
Note: See TracChangeset
for help on using the changeset viewer.