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_del.php

    r2166 r2189  
    4242          try { 
    4343               $core->delBlog($blog_id); 
    44                http::redirect('blogs.php?del=1'); 
     44               dcPage::addSuccessNotice(sprintf(__('Blog "%s" successfully deleted'), html::escapeHTML($blog_name))); 
     45 
     46               http::redirect('blogs.php'); 
    4547          } catch (Exception $e) { 
    4648               $core->error->add($e->getMessage()); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map