Ignore:
Timestamp:
Jun 24, 2012, 9:15:21 PM (12 years ago)
Author:
grum
Message:

feature:2635- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/ase_root.class.inc.php

    r15360 r16008  
    1414  --------------------------------------------------------------------------- */
    1515  include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    16   include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCCss.class.inc.php');
    1716
    1817  class ASE_root extends CommonPlugin
    1918  {
    20     protected $css;
    21 
    2219    public function __construct($prefixeTable, $filelocation)
    2320    {
     
    2623      parent::__construct($prefixeTable, $filelocation);
    2724      $this->section_name=$this->getPluginNameFiles();
    28 
    29       $this->css = new GPCCss(dirname($this->getFileLocation()).'/'.$this->getPluginNameFiles().".css");
    3025    }
    3126
     
    3530    }
    3631
    37     public function initEvents()
    38     {
    39     }
    4032
    4133
Note: See TracChangeset for help on using the changeset viewer.