Changeset 2852:86651202b279 for admin/blog.php
- Timestamp:
- 12/16/14 21:59:13 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog.php
r2720 r2852 52 52 $core->callBehavior('adminAfterBlogCreate',$cur,$blog_id,$blog_settings); 53 53 dcPage::addSuccessNotice(sprintf(__('Blog "%s" successfully created'), html::escapeHTML($cur->blog_name))); 54 http::redirect($core->adminurl->get("admin.blog", array('id' => $cur->blog_id)));54 $core->adminurl->redirect("admin.blog", array('id' => $cur->blog_id)); 55 55 } 56 56 catch (Exception $e)
Note: See TracChangeset
for help on using the changeset viewer.