backend/rss: fix view-mode handling

This commit is contained in:
Andrew Dolgov 2010-11-08 13:34:46 +03:00
parent 135d425127
commit 2f2bd1b3f6
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@
$search = db_escape_string($_REQUEST["q"]);
$match_on = db_escape_string($_REQUEST["m"]);
$search_mode = db_escape_string($_REQUEST["smode"]);
$view_mode = db_escape_string($_REQUEST["view_mode"]);
$view_mode = db_escape_string($_REQUEST["view-mode"]);
if (SINGLE_USER_MODE) {
authenticate_user($link, "admin", null);