summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-19 15:42:52 +0400
committerAndrew Dolgov <[email protected]>2014-02-19 15:42:52 +0400
commit4a80c57c50a474c57ba76eb75c1f01daf6e7f121 (patch)
tree7192fc81ba5ce62698cafda23cf4cb7a49e57dd4 /classes/article.php
parent5ba1ddd40945fd7543228c09108cd7761f6e00f0 (diff)
remove some unused code reported by phpmd
Diffstat (limited to 'classes/article.php')
-rw-r--r--classes/article.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/article.php b/classes/article.php
index 398132d12..f796bf630 100644
--- a/classes/article.php
+++ b/classes/article.php
@@ -30,7 +30,6 @@ class Article extends Handler_Protected {
$id = $this->dbh->escape_string($_REQUEST["id"]);
$cids = explode(",", $this->dbh->escape_string($_REQUEST["cids"]));
$mode = $this->dbh->escape_string($_REQUEST["mode"]);
- $omode = $this->dbh->escape_string($_REQUEST["omode"]);
// in prefetch mode we only output requested cids, main article
// just gets marked as read (it already exists in client cache)