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

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/main.inc.php

    r5423 r5546  
    8181define('ASTAT_PATH' , PHPWG_PLUGINS_PATH . ASTAT_DIR . '/');
    8282
    83 define('ASTAT_VERSION' , '2.2.0'); // => ne pas oublier la version dans l'entête !!
     83include_once('astat_version.inc.php'); // => Don't forget to update this file !!
    8484
    8585global $prefixeTable;
     
    9191
    9292  $obj = new AStat_AIM($prefixeTable, __FILE__);
    93   $obj->init_events();
     93  $obj->initEvents();
    9494  set_plugin_data($plugin['id'], $obj);
    9595}
Note: See TracChangeset for help on using the changeset viewer.