- fix loading version number from renamed internal assets
- remove various php notice/warnings from the webserver logs
This commit is contained in:
Jon Atkins
2013-05-03 05:39:54 +01:00
parent 48a7a688f8
commit 9575e4b4c2
4 changed files with 24 additions and 13 deletions

View File

@ -26,7 +26,7 @@ function loadUserScriptHeader($file)
}
}
fclose ( $f );
fclose ( $file );
return $result;
}