Dotclear


Ignore:
Timestamp:
10/01/13 16:39:40 (12 years ago)
Author:
Dsls
Branch:
default
Message:
  • Removed superfluous space in addNotice
  • Non-repeatable notifications, step 2 : blogs and categories
  • Fixed blogs breadcrumb

see #1710

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/blog.php

    r2166 r2189  
    5151          # --BEHAVIOR-- adminAfterBlogCreate 
    5252          $core->callBehavior('adminAfterBlogCreate',$cur,$blog_id,$blog_settings); 
    53            
    54           http::redirect('blog.php?id='.$cur->blog_id.'&add=1'); 
     53          dcPage::addSuccessNotice(sprintf(__('Blog "%s" successfully created'), html::escapeHTML($cur->blog_name))); 
     54          http::redirect('blog.php?id='.$cur->blog_id); 
    5555     } 
    5656     catch (Exception $e) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map