diff --git a/inc/inc.ClassSettings.php b/inc/inc.ClassSettings.php index 40fa6e592..64dc5b525 100644 --- a/inc/inc.ClassSettings.php +++ b/inc/inc.ClassSettings.php @@ -205,7 +205,7 @@ class Settings { /* {{{ */ // enable/disable list of tasks in main menu var $_enableMenuTasks = true; // enable/disable display of the session list - var $_enableSessionList = true; + var $_enableSessionList = false; // enable/disable display of the drop zone for file upload var $_enableDropUpload = true; // enable/disable display of the folder tree @@ -759,7 +759,7 @@ class Settings { /* {{{ */ $this->setXMLAttributValue($node, "enableConverting", $this->_enableConverting); $this->setXMLAttributValue($node, "enableEmail", $this->_enableEmail); $this->setXMLAttributValue($node, "enableUsersView", $this->_enableUsersView); - $this->setXMLAttributValue($node, "enableClipboard", $this->_enableSessionList); + $this->setXMLAttributValue($node, "enableSessionList", $this->_enableSessionList); $this->setXMLAttributValue($node, "enableClipboard", $this->_enableClipboard); $this->setXMLAttributValue($node, "enableMenuTasks", $this->_enableMenuTasks); $this->setXMLAttributValue($node, "enableDropUpload", $this->_enableDropUpload); diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index a60e2a8c4..eb91105f0 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -275,7 +275,7 @@ if(!is_writeable($settings->_configFilePath)) { "> : - _enableClipboard) echo "checked" ?> /> + _enableSessionList) echo "checked" ?> /> "> :