Revision 2091
Added by darkviper almost 11 years ago
details.php | ||
---|---|---|
17 | 17 |
|
18 | 18 |
// Include the config file |
19 | 19 |
require('../../config.php'); |
20 |
$mLang = Translate::getinstance();
|
|
20 |
$mLang = Translate::getInstance();
|
|
21 | 21 |
$mLang->enableAddon('admin\addons'); |
22 | 22 |
require_once(WB_PATH .'/framework/functions.php'); |
23 | 23 |
require_once(WB_PATH.'/framework/class.admin.php'); |
Also available in: Unified diff
! several Files: corrected case sensitivity of ::getInstance()