Fix: avoid warning

This commit is contained in:
Regis Houssin 2011-11-04 08:21:47 +01:00
parent fbdb483510
commit 1b568deaf6

View File

@ -815,6 +815,7 @@ function dol_meta_create($object)
"; ";
} }
} }
$fp = fopen($file,"w"); $fp = fopen($file,"w");
fputs($fp,$meta); fputs($fp,$meta);
fclose($fp); fclose($fp);