filer: info() on item filed

This commit is contained in:
Fabio Comuni 2012-03-28 10:45:16 +02:00
父節點 82106632f0
當前提交 7aec2fd68d
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

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