diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-03-28 03:00:24 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-03-28 03:00:24 -0700 |
commit | 768326e484c02b396badcb239880fc814fc9631b (patch) | |
tree | 58dc31cd7fa40bc8bb6beff4967397705ac2437a /include/text.php | |
parent | 40a65d38e04df5256d05f2a16497c39f83f51bd5 (diff) | |
parent | 0a2675d8b698302e50cb64ce5793ab9d22dee329 (diff) | |
download | volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.tar.gz volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.tar.bz2 volse-hubzilla-768326e484c02b396badcb239880fc814fc9631b.zip |
Merge pull request #179 from fabrixxm/master
new field_combobox template and some eyecandy to "file as" function
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; } |