summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 299038434..d2c68a64f 100644
--- a/backend.php
+++ b/backend.php
@@ -227,10 +227,10 @@
$article = format_article($link, $id, false);
print $article['content'];
return;
- } else {
- catchupArticleById($link, $id, 0);
}
+ catchupArticleById($link, $id, 0);
+
if (!$_SESSION["bw_limit"]) {
foreach ($cids as $cid) {
if ($cid) {