subtree command isn't deprecated

This commit is contained in:
Uwe Steinmann 2019-02-04 14:51:19 +01:00
parent 6776f0c93d
commit 6880901b4a

View File

@ -157,7 +157,7 @@ switch($command) {
}
break; /* }}} */
case 'subtree': /* {{{ */ /* This operation is deprecated */
case 'subtree': /* {{{ */
if($user) {
if(empty($_GET['node']))
$nodeid = $settings->_rootFolderID;