filer: info() on item filed

This commit is contained in:
Fabio Comuni 2012-03-28 10:45:16 +02:00
parent 82106632f0
commit 7aec2fd68d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}