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

    r19921 r28915  
    7676  $template->append('modules', array(
    7777    'ID' => $module['id'],
    78     'NAME' => trigger_event('render_stuffs_name', $module['name']),
     78    'NAME' => trigger_change('render_stuffs_name', $module['name']),
    7979    'DESC' => $module['descr'],
    8080    'PATH' => $module['path'],
Note: See TracChangeset for help on using the changeset viewer.