Ignore:
Timestamp:
Jul 2, 2014, 11:49:32 AM (10 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.7 (still compatible with Piwigo 2.6, but no more 2.5), change trigger_event into trigger_change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/class.inc.php

    r19921 r28915  
    111111        if ($module['show_title'] == 'true')
    112112        {
    113           $block['TITLE'] = trigger_event('render_stuffs_name', $module['name']);
     113          $block['TITLE'] = trigger_change('render_stuffs_name', $module['name']);
    114114        }
    115115        if (is_admin())
Note: See TracChangeset for help on using the changeset viewer.