Changeset 16462


Ignore:
Timestamp:
Jul 7, 2012, 7:34:21 PM (12 years ago)
Author:
grum
Message:

feature:2643 - compatibility with Piwigo 2.4
Fix bug on install process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserStat/userstat_install.class.inc.php

    r10344 r16462  
    5757
    5858      $this->config['newInstall']='n';
    59       $this->config['installed']=AMM_VERSION2; //update the installed release number
     59      $this->config['installed']=USERSTAT_VERSION2; //update the installed release number
    6060      $this->saveConfig();
    6161
    62       GPCCore::register($this->getPluginName(), AMM_VERSION, AMM_GPC_NEEDED);
     62      GPCCore::register($this->getPluginName(), USERSTAT_VERSION, USERSTAT_GPC_NEEDED);
    6363    }
    6464
Note: See TracChangeset for help on using the changeset viewer.