Revision 2091
Added by darkviper almost 11 years ago
add.php | ||
---|---|---|
27 | 27 |
if(!class_exists('admin', false)){ include(WB_PATH.'/framework/class.admin.php'); } |
28 | 28 |
$oReg = WbAdaptor::getInstance(); |
29 | 29 |
$oDb = WbDatabase::getInstance(); |
30 |
$mLang = Translate::getinstance();
|
|
30 |
$mLang = Translate::getInstance();
|
|
31 | 31 |
$mLang->enableAddon('admin\pages'); |
32 | 32 |
|
33 | 33 |
// suppress to print the header, so no new FTAN will be set |
Also available in: Unified diff
! several Files: corrected case sensitivity of ::getInstance()