Changeset 1169
- Timestamp:
- 10/08/08 23:55:43 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ActionStreams/plugins/ActionStreams/lib/ActionStreams/Event.pm
r1157 r1169 417 417 } 418 418 419 __PACKAGE__->add_trigger( post_save => sub {420 my ($obj, $orig_obj) = @_;421 MT->request('saved_action_stream_events', 1);422 } );423 424 419 1; 425 420 trunk/ActionStreams/plugins/ActionStreams/lib/ActionStreams/Plugin.pm
r1158 r1169 570 570 sub rebuild_action_stream_blogs { 571 571 my ($cb, $app) = @_; 572 return if !$app->request('saved_action_stream_events');573 572 574 573 my $plugin = MT->component('ActionStreams');
