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

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/lmt_aim.class.inc.php

    r3396 r5548  
    1919
    2020class LMT_AIM extends LMT_root
    21 { 
    22   public function LMT_AIM($prefixeTable, $filelocation)
     21{
     22  public function __construct($prefixeTable, $filelocation)
    2323  {
    2424    parent::__construct($prefixeTable, $filelocation);
     
    2828    initialize events call for the plugin
    2929  */
    30   public function init_events()
     30  public function initEvents()
    3131  {
    32     parent::init_events();
    33     add_event_handler('get_admin_plugin_menu_links', array(&$this, 'plugin_admin_menu') );
     32    parent::initEvents();
     33    add_event_handler('get_admin_plugin_menu_links', array(&$this, 'pluginAdminMenu') );
    3434  }
    3535
Note: See TracChangeset for help on using the changeset viewer.