Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/block.class.php

    r27370 r28587  
    5050  public function load_registered_blocks()
    5151  {
    52     trigger_action('blockmanager_register_blocks', array($this));
     52    trigger_notify('blockmanager_register_blocks', array($this));
    5353  }
    5454 
     
    111111    }
    112112    $this->sort_blocks();
    113     trigger_action('blockmanager_prepare_display', array($this));
     113    trigger_notify('blockmanager_prepare_display', array($this));
    114114    $this->sort_blocks();
    115115  }
     
    192192
    193193    $template->set_filename('menubar', $file);
    194     trigger_action('blockmanager_apply', array($this) );
     194    trigger_notify('blockmanager_apply', array($this) );
    195195
    196196    foreach ($this->display_blocks as $id=>$block)
Note: See TracChangeset for help on using the changeset viewer.