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/Conf.class.inc.php

    r8528 r10937  
    187187
    188188    $configLocal = new Conf();
    189     $configLocal->setFileName(PHPWG_ROOT_PATH."local/themes/$theme/conf/local.conf");
     189    $configLocal->setFileName(PHPWG_ROOT_PATH.PWG_LOCAL_DIR."themes/$theme/conf/local.conf");
    190190    $configLocal->read();
    191191
Note: See TracChangeset for help on using the changeset viewer.