Ignore:
Timestamp:
May 18, 2011, 11:27:11 PM (13 years ago)
Author:
grum
Message:

fix bug:2305 - local file is hardcoded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/admin/GallyFunctions.class.inc.php

    r6956 r10937  
    1616    $config->setFileName(PHPWG_THEMES_PATH.$themeDir.'/conf/default.conf');
    1717    $config->read();
    18     $config->setFileName(PHPWG_ROOT_PATH."local/themes/".$themeDir."/conf/local.conf");
     18    $config->setFileName(PHPWG_ROOT_PATH.PWG_LOCAL_DIR."themes/".$themeDir."/conf/local.conf");
    1919    $config->read(false);
    2020
Note: See TracChangeset for help on using the changeset viewer.