]> git.wh0rd.org - tt-rss.git/blobdiff - classes/article.php
Add width/height attribute to image enclosures
[tt-rss.git] / classes / article.php
index 398132d1200b5b1f412f0e9dcdb8cf2984a7bcae..f796bf6302b74417eeb5a2f36f8ae687fe60c330 100644 (file)
@@ -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)