mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
add comment that 'subtree' is deprecated
This commit is contained in:
parent
4b76b5e6ae
commit
22a4160a58
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user