src: style sweep

This commit is contained in:
Franco Fichtner 2015-11-24 09:05:35 +01:00
parent 4b21504001
commit 0dea657b2c

View File

@ -65,8 +65,8 @@ class FirmwareController extends ApiControllerBase
$response['status'] = 'ok';
$response['status_msg'] =
gettext(
'There is a mandatory update for the package manager available. ' .
'Please install and fetch updates again.'
'There is a mandatory update for the package manager available. ' .
'Please install and fetch updates again.'
);
} elseif (array_key_exists('updates', $response)) {
$response['status_upgrade_action'] = 'all';