Ignore:
Timestamp:
Apr 1, 2010, 9:03:36 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_aim.class.inc.php

    r3681 r5545  
    2020
    2121class AMM_AIM extends AMM_root
    22 { 
     22{
    2323  function AMM_AIM($prefixeTable, $filelocation)
    2424  {
     
    2929    initialize events call for the plugin
    3030  */
    31   function init_events()
     31  function initEvents()
    3232  {
    33     parent::init_events();
    34     add_event_handler('get_admin_plugin_menu_links', array(&$this, 'plugin_admin_menu') );
     33    parent::initEvents();
     34    add_event_handler('get_admin_plugin_menu_links', array(&$this, 'pluginAdminMenu') );
    3535  }
    3636
Note: See TracChangeset for help on using the changeset viewer.