add comment that 'subtree' is deprecated

This commit is contained in:
Uwe Steinmann 2019-02-04 08:42:06 +01:00
parent 4b76b5e6ae
commit 22a4160a58

View File

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