Revision 2091
Added by darkviper almost 11 years ago
sections.php | ||
---|---|---|
39 | 39 |
$admin = new admin('Pages', 'pages_view', false); |
40 | 40 |
// Include the WB functions file |
41 | 41 |
if(!function_exists('directory_list')) { require(WB_PATH.'/framework/functions.php'); } |
42 |
$mLang = Translate::getinstance();
|
|
42 |
$mLang = Translate::getInstance();
|
|
43 | 43 |
$mLang->enableAddon('admin\pages'); |
44 | 44 |
$oDb = WbDatabase::getInstance(); |
45 | 45 |
$action = 'show'; |
Also available in: Unified diff
! several Files: corrected case sensitivity of ::getInstance()