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; /* }}} */
case 'subtree': /* {{{ */
case 'subtree': /* {{{ */ /* This operation is deprecated */
if($user) {
if(empty($_GET['node']))
$nodeid = $settings->_rootFolderID;