From cec5c54f7894fa71ba731dbdae26c4854dd5c286 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Tue, 10 Feb 2015 18:29:20 +0100 Subject: [PATCH] bug fix --- lib/commands/get.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/get.pm b/lib/commands/get.pm index acdff13..0c4c711 100644 --- a/lib/commands/get.pm +++ b/lib/commands/get.pm @@ -66,7 +66,7 @@ sub exec { if ($query->is_global) { $req = 'select id, sender, title, url, duration - from playbot + from playbot p where '.$where; $req .= ' and '.$words_sql if ($words_sql); $req .= ' group by id -- GitLab