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/common.inc.php

    r28432 r28587  
    176176  load_language('admin.lang');
    177177}
    178 trigger_action('loading_lang');
     178trigger_notify('loading_lang');
    179179load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR, array('no_fallback'=>true, 'local'=>true) );
    180180
     
    273273  add_event_handler('get_src_image_url', 'get_src_image_url_protection_handler', EVENT_HANDLER_PRIORITY_NEUTRAL, 2 );
    274274}
    275 trigger_action('init');
     275trigger_notify('init');
    276276?>
Note: See TracChangeset for help on using the changeset viewer.