Skip to content

Commit

Permalink
Update Update.php
Browse files Browse the repository at this point in the history
Remove space after ! line 313
  • Loading branch information
ChristopheSeg committed Oct 5, 2017
1 parent a274400 commit 6689abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Updater/Update.php
Expand Up @@ -310,7 +310,7 @@ public function _endElement($parser, $name)
// Closing update, find the latest version and check
case 'UPDATE':
// Retrieve and save type and name of package from xml update file for invalid extension error message
if (! isset($this->packageName))
if (!isset($this->packageName))
{
$this->packageName = $this->currentUpdate->type->_data . ' ' . $this->currentUpdate->name->_data;
}
Expand Down

0 comments on commit 6689abf

Please sign in to comment.