]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/FileTag.php
Fill "last-item" with an empty date when bo date had been provided
[friendica.git] / src / Model / FileTag.php
index 0b728e33d7c979b3046dc658dfccbf70a0418c49..a2c8bb43972a426e9647d7a5866915a2acd5d247 100644 (file)
@@ -271,8 +271,6 @@ class FileTag
                        if (!strlen($saved) || !stristr($saved, '[' . self::encode($file) . ']')) {
                                DI::pConfig()->set($uid, 'system', 'filetags', $saved . '[' . self::encode($file) . ']');
                        }
-
-                       info(DI::l10n()->t('Item filed'));
                }
 
                return true;