Ignore:
Timestamp:
Apr 10, 2011, 9:22:55 PM (13 years ago)
Author:
grum
Message:

bug:2144
Compatibility with Piwigo 2.2 (fix css problem + GPC 3.5 needed)

File:
1 edited

Legend:

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

    r8994 r10255  
    2121{
    2222  @include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    23   // need GPC release greater or equal than 3.4.0
    24   if(CommonPlugin::checkGPCRelease(3,4,0))
     23  // need GPC release greater or equal than AMM_GPC_NEEDED
     24  if(CommonPlugin::checkGPCRelease(AMM_GPC_NEEDED))
    2525  {
    2626    include_once("amm_install.class.inc.php");
Note: See TracChangeset for help on using the changeset viewer.