Ignore:
Timestamp:
Jul 7, 2012, 10:08:15 PM (12 years ago)
Author:
grum
Message:

feature:2639 - compatibility with Piwigo 2.4
Fix bug blocking install process

File:
1 edited

Legend:

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

    r6976 r16464  
    3535
    3636  /*
    37     initialize events call for the plugin
    38   */
    39   public function initEvents()
    40   {
    41     parent::initEvents();
    42     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    43   }
    44 
    45   /*
    4637    display administration page
    4738  */
     
    4940  {
    5041    global $template;
     42
     43    GPCCore::setTemplateToken();
    5144
    5245    $template->set_filename('plugin_admin_content', dirname($this->getFileLocation())."/admin/cstat_admin.tpl");
Note: See TracChangeset for help on using the changeset viewer.