Show
Ignore:
Timestamp:
07/08/08 05:52:36 (17 months ago)
Author:
bchoate
Message:

Updated MultiBlog to issue triggered publishing for scheduled posts. BugId:80355

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/plugins/MultiBlog/multiblog.pl

    r1185 r2727  
    7676MT->add_callback( 'cms_post_save.entry', 10, $plugin, 
    7777    sub { $plugin->runner( 'post_entry_save', @_ ) } ); 
     78MT->add_callback( 'scheduled_post_published', 10, $plugin, 
     79    sub { $plugin->runner( 'post_entry_pub', @_ ) } ); 
    7880 
    7981# Register Comment/TB post-save callbacks for rebuild triggers