diff --git a/op/op.Ajax.php b/op/op.Ajax.php index f0433a53c..b8c07a535 100644 --- a/op/op.Ajax.php +++ b/op/op.Ajax.php @@ -157,7 +157,7 @@ switch($command) { } break; /* }}} */ - case 'subtree': /* {{{ */ /* This operation is deprecated */ + case 'subtree': /* {{{ */ if($user) { if(empty($_GET['node'])) $nodeid = $settings->_rootFolderID;