mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-27 20:17:29 +00:00
add comment that 'subtree' is deprecated
This commit is contained in:
parent
4b76b5e6ae
commit
22a4160a58
|
@ -157,7 +157,7 @@ switch($command) {
|
|||
}
|
||||
break; /* }}} */
|
||||
|
||||
case 'subtree': /* {{{ */
|
||||
case 'subtree': /* {{{ */ /* This operation is deprecated */
|
||||
if($user) {
|
||||
if(empty($_GET['node']))
|
||||
$nodeid = $settings->_rootFolderID;
|
||||
|
|
Loading…
Reference in New Issue
Block a user