summaryrefslogtreecommitdiffstats
path: root/lib/feedmapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/feedmapper.php')
-rw-r--r--lib/feedmapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feedmapper.php b/lib/feedmapper.php
index 27c1276a8..a8e6d3b03 100644
--- a/lib/feedmapper.php
+++ b/lib/feedmapper.php
@@ -204,7 +204,7 @@ class FeedMapper {
$feedid = \OCP\DB::insertid(self::tableName);
}
else {
- //update the db. it needs to be done, since it might be the first save after a full fetch
+ //update the db. it needs to be done, since it might be the first save after a full fetch
$stmt = \OCP\DB::prepare('
UPDATE ' . self::tableName .
' SET favicon_link = ? , lastmodified = UNIX_TIMESTAMP() , folder_id = ?