aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-28 03:19:42 -0700
committerfriendica <info@friendica.com>2012-03-28 03:19:42 -0700
commitb58dc431481d6afb7af9f571932d1d215a079d12 (patch)
treeb46e39298070af0b986ee1abd70ff698cc165670 /include/text.php
parentb18086097e6ffd6f8b456ac27af1de16ad2977a1 (diff)
parentc32ee4d226dec11d881dd5c68eda073e87780c12 (diff)
downloadvolse-hubzilla-b58dc431481d6afb7af9f571932d1d215a079d12.tar.gz
volse-hubzilla-b58dc431481d6afb7af9f571932d1d215a079d12.tar.bz2
volse-hubzilla-b58dc431481d6afb7af9f571932d1d215a079d12.zip
Merge branch 'pull'
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index 6f66cef65..5aaf04729 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1300,6 +1300,7 @@ function file_tag_save_file($uid,$item,$file) {
$saved = get_pconfig($uid,'system','filetags');
if((! strlen($saved)) || (! stristr($saved,'[' . file_tag_encode($file) . ']')))
set_pconfig($uid,'system','filetags',$saved . '[' . file_tag_encode($file) . ']');
+ info( t('Item filed') );
}
return true;
}