summaryrefslogtreecommitdiffstats
path: root/opmlparser.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:38:58 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-30 15:38:58 -0400
commiteda7f50864cd4e92b8541065e6ec0fa1f7d990ec (patch)
treee272b45e29ffa8cff434234e96b7cfcd41fcc34a /opmlparser.php
parent25051024bc3609ead82bddee50ddf129f6aa535f (diff)
fixes what broke in the last commit
Diffstat (limited to 'opmlparser.php')
-rw-r--r--opmlparser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opmlparser.php b/opmlparser.php
index cde55e2dd..072c74b86 100644
--- a/opmlparser.php
+++ b/opmlparser.php
@@ -62,7 +62,7 @@ class OPMLParser {
$title = $rawfeed['title'];
$feed->setTitle($title);
}
-
+ echo $url;
return $feed;
}