Ignore:
Timestamp:
Mar 28, 2010, 7:18:02 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1 - need GPC 2.0.5

File:
1 edited

Legend:

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

    r5423 r5425  
    2929{
    3030  @include_once(PHPWG_PLUGINS_PATH.'grum_plugins_classes-2/main.inc.php');
    31   // need GPC release greater or equal than 2.0.1
    32   if(checkGPCRelease(2,0,1))
     31  // need GPC release greater or equal than 2.0.5
     32  if(checkGPCRelease(2,0,5))
    3333  {
    3434    @include_once("astat_aim.class.inc.php");
     
    3939function gpcMsgError(&$errors)
    4040{
    41   array_push($errors, sprintf(l10n('AStat_gpc2_not_installed'), "2.0.1"));
     41  array_push($errors, sprintf(l10n('AStat_gpc2_not_installed'), "2.0.5"));
    4242}
    4343// -----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.