Skip to content

Commit

Permalink
fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
oc666 committed Oct 1, 2012
1 parent 43db70f commit 2a1771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/installer/helper.php
Expand Up @@ -50,7 +50,7 @@ public static function downloadPackage($url, $target = false)
{
return self::downloadPackage($response->headers['Location']);
}
else if (200 != $response->code)
elseif (200 != $response->code)
{
JLog::add(JText::_('JLIB_INSTALLER_ERROR_DOWNLOAD_SERVER_CONNECT'), JLog::WARNING, 'jerror');
return false;
Expand Down

0 comments on commit 2a1771e

Please sign in to comment.