Ignore:
Timestamp:
Jan 17, 2011, 7:48:13 PM (13 years ago)
Author:
plg
Message:

feature 2112 added: ability to set an additional local directory
$conflocal_dir_site in local/config/multisite.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r8131 r8722  
    224224    load_language('admin.lang', '', array('language'=>$language) );
    225225    trigger_action('loading_lang');
    226     load_language('lang', PHPWG_ROOT_PATH.'local/',
     226    load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR,
    227227      array('language'=>$language, 'no_fallback'=>true, 'local'=>true)
    228228    );
Note: See TracChangeset for help on using the changeset viewer.