From 6880901b4a106d62246302d7fbab8652526d9875 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 4 Feb 2019 14:51:19 +0100 Subject: [PATCH] subtree command isn't deprecated --- op/op.Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;