diff --git a/livesupport/modules/storageServer/var/MetaData.php b/livesupport/modules/storageServer/var/MetaData.php index aa892d3a7..6d03bcc20 100644 --- a/livesupport/modules/storageServer/var/MetaData.php +++ b/livesupport/modules/storageServer/var/MetaData.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.14 $ + Version : $Revision: 1.15 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $ ------------------------------------------------------------------------------*/ @@ -167,7 +167,10 @@ class MetaData{ function getMetaData() { // return $this->genXMLDoc(); // obsolete - return file_get_contents($this->fname); + if(file_exists($this->fname)) + return file_get_contents($this->fname); + else + return "\n\n"; } /**