filer: info() on item filed

Este commit está contenido en:
Fabio Comuni 2012-03-28 10:45:16 +02:00
padre 82106632f0
commit 7aec2fd68d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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