Ignore:
Timestamp:
Jun 24, 2012, 9:15:52 PM (12 years ago)
Author:
grum
Message:

feature:2636- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/astat_aim.class.inc.php

    r10264 r16009  
    1717
    1818include_once('astat_root.class.inc.php');
    19 include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCCss.class.inc.php');
    2019
    2120class AStat_AIM extends AStat_root
    2221{
    23   protected $css = null;
    24 
    25   function __construct($prefixeTable, $filelocation)
     22  public function __construct($prefixeTable, $filelocation)
    2623  {
    2724    parent::__construct($prefixeTable, $filelocation);
     
    3128    initialize events call for the plugin
    3229  */
    33   function initEvents()
     30  public function initEvents()
    3431  {
     32    parent::initEvents();
    3533    add_event_handler('get_admin_plugin_menu_links', array(&$this, 'pluginAdminMenu') );
    3634  }
Note: See TracChangeset for help on using the changeset viewer.