mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
do not read preview width from settings if not set
This commit is contained in:
parent
134915aa71
commit
ac630948da
|
@ -309,7 +309,9 @@ class Settings { /* {{{ */
|
|||
$this->_printDisclaimer = Settings::boolVal($tab["printDisclaimer"]);
|
||||
$this->_language = strval($tab["language"]);
|
||||
$this->_theme = strval($tab["theme"]);
|
||||
if(isset($tab["previewWidthList"]))
|
||||
$this->_previewWidthList = intval($tab["previewWidthList"]);
|
||||
if(isset($tab["previewWidthDetail"]))
|
||||
$this->_previewWidthDetail = intval($tab["previewWidthDetail"]);
|
||||
|
||||
// XML Path: /configuration/site/edition
|
||||
|
|
Loading…
Reference in New Issue
Block a user