From 6f67421bdbf2c4c92600e1553e855244bdb71ccf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher <unki@netshadow.at> Date: Sat, 30 Jun 2007 07:59:38 +0000 Subject: on reset also reset tag search result git-svn-id: file:///var/lib/svn/phpfspot/trunk@139 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index 80c80b1..9b56c48 100644 --- a/rpc.php +++ b/rpc.php @@ -66,8 +66,9 @@ class PHPFSPOT_RPC { $fspot->delTag($_GET['id']); break; - case 'resettags': + case 'reset': + $fspot->resetTagSearch(); $fspot->resetTags(); break; -- cgit v1.2.3-18-g5258