Skip to content

Commit

Permalink
Installer crashes somehow
Browse files Browse the repository at this point in the history
Closes #132
  • Loading branch information
laoneo committed Jun 18, 2016
1 parent 03e48dc commit 8381e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/installer/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ public function findManifest()
*/
public function isManifest($file)
{
$xml = simplexml_load_file($file);
$xml = @simplexml_load_file($file);

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

0 comments on commit 8381e46

Please sign in to comment.