diff options
author | plegall <plg@piwigo.org> | 2011-01-17 18:48:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-17 18:48:13 +0000 |
commit | 8ccd3a203d407f549cd8697a5fa66181e90d9871 (patch) | |
tree | 5d0e203c02905f157316683aa0bc75126fb5f171 /nbm.php | |
parent | 91fc33dc8eea8bfd38f36f34c1abaa389b7e92e5 (diff) |
feature 2112 added: ability to set an additional local directory
$conf['local_dir_site'] in local/config/multisite.inc.php
git-svn-id: http://piwigo.org/svn/trunk@8722 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'nbm.php')
-rw-r--r-- | nbm.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions_notification_by_mail.inc.p load_language('admin.lang'); // Need to update a second time trigger_action('loading_lang'); -load_language('lang', PHPWG_ROOT_PATH.'local/', array('no_fallback'=>true, 'local'=>true) ); +load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR, array('no_fallback'=>true, 'local'=>true) ); |