summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 410f89864..962453c4b 100644
--- a/backend.php
+++ b/backend.php
@@ -474,7 +474,7 @@
authenticate_user($link, "admin", null);
}
- if ($key && !$_SESSION["uid"]) {
+ if ($key) {
$result = db_query($link, "SELECT owner_uid FROM
ttrss_access_keys WHERE access_key = '$key' AND feed_id = '$feed'");