summaryrefslogtreecommitdiffstats
path: root/lib/feedmapper.php
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2012-10-23 18:54:55 +0000
committerBrice Maron <brice@bmaron.net>2012-10-23 18:54:55 +0000
commitf0b81aa614493414605f335bfd711af8a4ffb80f (patch)
treecc31d5f45cf5e0fe1a32ae6ae617211f80ee38c4 /lib/feedmapper.php
parent999bb0fb5429398a1cd9e7554422fd66540b35ce (diff)
Small Style fix in news and gallery
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 = ?