Changeset 1376 for plugins

Show
Ignore:
Timestamp:
11/28/08 18:48:21 (6 weeks ago)
Author:
johnny
Message:

s/link/blogroll/ in publish content_type link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/trunk/blogroll.plugin.php

    r1375 r1376  
    195195                if (!$data) { 
    196196                    Session::error( _t("Could not find information for {$form->quick_url->value}", 'blogroll') ); 
    197                     Utils::redirect( URL::get( 'admin', 'page=publish&content_type=link' ) ); 
     197                    Utils::redirect( URL::get( 'admin', 'page=publish&content_type=blogroll' ) ); 
    198198                    exit; 
    199199                }