Ignore:
Timestamp:
Apr 26, 2011, 9:50:01 PM (13 years ago)
Author:
grum
Message:

bug:2147 ; Compatibility with Piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/maintain.inc.php

    r6976 r10630  
    2020//ini_set('display_errors', true);
    2121
     22include_once('cstat_version.inc.php'); // => Don't forget to update this file !!
     23
    2224global $gpcInstalled, $lang; //needed for plugin manager compatibility
    2325
     
    3133{
    3234  include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    33   // need GPC release greater or equal than 3.2.0
    34   if(CommonPlugin::checkGPCRelease(3,2,0))
     35  // need GPC release greater or equal than CSTAT_GPC_NEEDED
     36  if(CommonPlugin::checkGPCRelease(CSTAT_GPC_NEEDED))
    3537  {
    3638    include_once('cstat_install.class.inc.php');
Note: See TracChangeset for help on using the changeset viewer.