Ignore:
Timestamp:
Apr 11, 2011, 10:34:25 PM (13 years ago)
Author:
grum
Message:

bug:2143
Compatibility with piwigo 2.2

File:
1 edited

Legend:

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

    r6977 r10302  
    3838{
    3939  @include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    40   // need GPC release greater or equal than 3.2.0
    41   if(CommonPlugin::checkGPCRelease(3,2,0))
     40  // need GPC release greater or equal than AMD_GPC_NEEDED
     41  if(CommonPlugin::checkGPCRelease(AMD_GPC_NEEDED))
    4242  {
    4343    @include_once("amd_install.class.inc.php");
Note: See TracChangeset for help on using the changeset viewer.