Revision 1866
Added by Luisehahne over 12 years ago
| TranslationTable.php | ||
|---|---|---|
| 83 | 83 |
}else {
|
| 84 | 84 |
$bLanguageFound = false; |
| 85 | 85 |
$oAdaptor= new $sAdaptor($this->sAddon); |
| 86 |
if(!$oAdaptor instanceof TranslatorAdaptorInterface) {
|
|
| 86 |
if(!$oAdaptor instanceof TranslateAdaptorInterface) {
|
|
| 87 | 87 |
$sMsg = 'Class ['.$sAdaptor.'] does not implement the ' |
| 88 | 88 |
. 'interface [TranslateAdaptorInterface]'; |
| 89 | 89 |
throw new TranslationException($sMsg); |
Also available in: Unified diff
! framework/functions.php set function create_access_file to deprecated
! set ModLanguage.php to deprecated
! add methode escapeString to class WbDatabase
! update upgrade-script.php
! add getter property LastInsertId to class WbDatabase