From: Andrew Dolgov Date: Mon, 18 Mar 2013 20:50:20 +0000 (+0400) Subject: rename titleAuthor to author to unify class names with normal mode X-Git-Tag: 1.7.5~126 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=82d69730cb660d2d81ac7bdadb7faddb5d2363b2;p=tt-rss.git rename titleAuthor to author to unify class names with normal mode --- diff --git a/classes/feeds.php b/classes/feeds.php index b33faa47..4857cca7 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -539,7 +539,7 @@ class Feeds extends Handler_Protected { target=\"_blank\" href=\"". htmlspecialchars($line["link"])."\">". $line["title"] . - " $entry_author"; + " $entry_author"; $reply['content'] .= $labels_str;