summaryrefslogtreecommitdiffstats
path: root/db/feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-11 20:31:58 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-12 01:00:32 +0200
commit00c6e040deec9c3998ab679dcb84fc46ae72d2ac (patch)
tree88a7ba6ab686b8a57d051f268e467773c8573059 /db/feed.php
parent8ca8695fbe55599b1212de332853ebb85442b226 (diff)
removed google importer on the serverside, add importer for articles
Diffstat (limited to 'db/feed.php')
-rw-r--r--db/feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index caf0127d6..e84e4489d 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -78,6 +78,7 @@ class Feed extends Entity implements IAPI {
$url = trim($url);
if(strpos($url, 'http') === 0) {
parent::setLink($url);
+ $this->setUrlHash(md5($url));
}
}