Commit 0dea657b authored by Franco Fichtner's avatar Franco Fichtner

src: style sweep

parent 4b215040
...@@ -65,8 +65,8 @@ class FirmwareController extends ApiControllerBase ...@@ -65,8 +65,8 @@ class FirmwareController extends ApiControllerBase
$response['status'] = 'ok'; $response['status'] = 'ok';
$response['status_msg'] = $response['status_msg'] =
gettext( gettext(
'There is a mandatory update for the package manager available. ' . 'There is a mandatory update for the package manager available. ' .
'Please install and fetch updates again.' 'Please install and fetch updates again.'
); );
} elseif (array_key_exists('updates', $response)) { } elseif (array_key_exists('updates', $response)) {
$response['status_upgrade_action'] = 'all'; $response['status_upgrade_action'] = 'all';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment