pass activeFeedIsCat() to search dialog when called from hotkey
This commit is contained in:
parent
04e91733a7
commit
525ea55e48
|
@ -131,6 +131,8 @@
|
|||
|
||||
#$active_feed_id = db_escape_string($_GET["param"]);
|
||||
|
||||
print $_GET["param"];
|
||||
|
||||
$params = split(":", db_escape_string($_GET["param"]));
|
||||
|
||||
$active_feed_id = sprintf("%d", $params[0]);
|
||||
|
|
Loading…
Reference in New Issue