summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 17:51:09 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 17:51:09 +0100
commitee2c30500355415e05fd90c3799ffcbafc5c1c86 (patch)
treeed306be5f98dd234bd892e9ce3ef24c0cf172e67 /backend.php
parent3b0feb9b7f962e5745d26f8e115fd897e77a54ac (diff)
fix broken tag detection due to $entry_content being escaped
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index ff3e26056..af49cf2a1 100644
--- a/backend.php
+++ b/backend.php
@@ -580,7 +580,6 @@
$limit = $_GET["limit"];
if (!$feed) {
- print "Error: no feed to display.";
return;
}