diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 10:45:16 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 10:45:16 +0200 |
commit | 7aec2fd68d6cec75d14c02b63a150d904aae817e (patch) | |
tree | a5d04f18c791444efd576cb5d2e983cdb7ac2f84 /include/text.php | |
parent | 82106632f00dd8dc08ed4d845a4b74be53d5f563 (diff) | |
download | volse-hubzilla-7aec2fd68d6cec75d14c02b63a150d904aae817e.tar.gz volse-hubzilla-7aec2fd68d6cec75d14c02b63a150d904aae817e.tar.bz2 volse-hubzilla-7aec2fd68d6cec75d14c02b63a150d904aae817e.zip |
filer: info() on item filed
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
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; } |