Ignore:
Timestamp:
May 27, 2012, 1:34:26 PM (12 years ago)
Author:
grum
Message:

feature:2639 - Compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat_aip_install.class.inc.php

    r6176 r15344  
    3131    $this->tabsheet->add('install',
    3232                          l10n('cstat_install'),
    33                           $this->getAdminLink()."&f_tabsheet=install");
     33                          $this->getAdminLink()."-install");
    3434  }
    3535
     
    6363    $this->displayInstallPage();
    6464
    65     $this->tabsheet->select($_REQUEST['f_tabsheet']);
     65    $this->tabsheet->select($_GET['tab']);
    6666    $this->tabsheet->assign();
    6767    $selected_tab=$this->tabsheet->get_selected();
     
    102102  protected function checkRequest()
    103103  {
    104     $_REQUEST['f_tabsheet']='install';
     104    $_GET['tab']='install';
    105105
    106106    if(isset($_REQUEST['ajaxfct']))
Note: See TracChangeset for help on using the changeset viewer.