I get the following error when attempting to access the admin section after an extended period of time (i.e. session has expired)
MESSAGE: Undefined index: TRANSLATION
TYPE: Notice
FILE: /home/directory/public_html/sgl1/lib/SGL/String.php
LINE: 267
DEBUG INFO:
262 return self::translate2($key, $filter, $aParams, $langCode);
263 }
264 $c = SGL_Config::singleton();
265 $conf = $c->getAll();
266
267 $trans = $GLOBALS_SGL?TRANSLATION?;
268 if (isset($trans[$key])) {
269 if (!is_array($trans[$key])
270 && strstr($trans[$key], '
')
271 && $conftranslation?container? == 'db') {
272 preg_match_all('/([|]*)\|([|]*)(?=\|\|)/', $trans[$key], $aPieces);
Change History
Download in other formats:
|