mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 02:52:50 +02:00
init of $xml_content var avoiding PHP warnings
git-svn-id: http://piwigo.org/svn/trunk@525 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -115,6 +115,8 @@ function getXmlCode( $filename )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
$xml_content = '';
|
||||
while ( !feof( $file ) )
|
||||
{
|
||||
$xml_content .= fgets( $file, 1024 );
|
||||
|
||||
Reference in New Issue
Block a user