Skip to content

Commit

Permalink
Fixed tests and implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Dec 30, 2016
1 parent 5db7e53 commit 8410cc3
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 @@ -2257,7 +2257,7 @@ public static function parseXMLInstallFile($path)

$data['copyright'] = (string) $xml->copyright;
$data['authorEmail'] = (string) $xml->authorEmail;
$data['authorUrl'] = &$data['authorURL'] = (string) $xml->authorUrl;
$data['authorUrl'] = $data['authorURL'] = (string) $xml->authorUrl;
$data['version'] = (string) $xml->version;
$data['description'] = (string) $xml->description;
$data['group'] = (string) $xml->group;
Expand Down

0 comments on commit 8410cc3

Please sign in to comment.