summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-21 13:53:36 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-21 13:53:47 +0100
commit8ddead06277f7c863fe048e9990d4c9ce0c24424 (patch)
tree699416065dcf10871bf416164f36f1d05a03a480 /db
parent3306d28e2d45fa03c2ca5b93de45ad59e7aad3f0 (diff)
fix #660
Diffstat (limited to 'db')
-rw-r--r--db/feed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/feed.php b/db/feed.php
index 95aa93819..5ee63fa71 100644
--- a/db/feed.php
+++ b/db/feed.php
@@ -96,6 +96,7 @@ class Feed extends Entity implements IAPI, \JsonSerializable {
'preventUpdate',
'deletedAt',
'articlesPerUpdate',
+ 'location'
]);
$url = parse_url($this->link)['host'];