- added compatibility function file_put_contents

git-svn-id: http://piwigo.org/svn/trunk@2215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-02-27 02:22:19 +00:00
parent c3591e2629
commit 01687607ec
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function get_root_url()
}
else
{
return substr($root_url, 2);
return (string)substr($root_url, 2);
}
}