mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed redundant code
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65397 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5a0db59850
commit
bfc7c7717b
@ -96,7 +96,7 @@ class ManifestBuilder {
|
|||||||
$manifestInfo = self::get_manifest_info(BASE_PATH, array("tests"));
|
$manifestInfo = self::get_manifest_info(BASE_PATH, array("tests"));
|
||||||
|
|
||||||
$manifest = self::generate_php_file($manifestInfo);
|
$manifest = self::generate_php_file($manifestInfo);
|
||||||
if(false || $fh = fopen(MANIFEST_FILE, "w")) {
|
if($fh = fopen(MANIFEST_FILE, "w")) {
|
||||||
fwrite($fh, $manifest);
|
fwrite($fh, $manifest);
|
||||||
fclose($fh);
|
fclose($fh);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user