Changeset 7406


Ignore:
Timestamp:
Oct 26, 2010, 5:18:56 PM (14 years ago)
Author:
grum
Message:

Fix bug on install process

File:
1 edited

Legend:

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

    r7196 r7406  
    1414  --------------------------------------------------------------------------- */
    1515
    16    include_once('ase_version.inc.php'); // => Don't forget to update this file !!
    17    include_once('ase_root.class.inc.php');
    18    include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCTables.class.inc.php');
     16  include_once('ase_version.inc.php'); // => Don't forget to update this file !!
     17  include_once('ase_root.class.inc.php');
     18  include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCTables.class.inc.php');
     19  include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCRequestBuilder.class.inc.php');
    1920
    2021  /* ASE class for install process */
Note: See TracChangeset for help on using the changeset viewer.