Revision 2091
Added by darkviper almost 12 years ago
| upgrade.php | ||
|---|---|---|
| 53 | 53 |
global $OK ,$FAIL; |
| 54 | 54 |
$aMandatoryTables = array('mod_news_posts','mod_news_groups','mod_news_comments','mod_news_settings');
|
| 55 | 55 |
$oDb = WbDatabase::getInstance(); |
| 56 |
$oLang = Translate::getinstance();
|
|
| 56 |
$oLang = Translate::getInstance();
|
|
| 57 | 57 |
$oReg = WbAdaptor::getInstance(); |
| 58 | 58 |
$msg = array(); |
| 59 | 59 |
$sCallingScript = $_SERVER['SCRIPT_NAME']; |
Also available in: Unified diff
! several Files: corrected case sensitivity of ::getInstance()