Skip to content

Commit 8381e46

Browse files
committed
Installer crashes somehow
Closes #132
1 parent 03e48dc commit 8381e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/cms/installer/installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ public function findManifest()
19371937
*/
19381938
public function isManifest($file)
19391939
{
1940-
$xml = simplexml_load_file($file);
1940+
$xml = @simplexml_load_file($file);
19411941

19421942
// If we cannot load the XML file return null
19431943
if (!$xml)

0 commit comments

Comments
 (0)