mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
firmware: indent issue
This commit is contained in:
parent
9f03854bc4
commit
4bc90402dc
@ -90,7 +90,7 @@ class FirmwareController extends ApiControllerBase
|
||||
switch ($action) {
|
||||
case 'install':
|
||||
case 'reinstall':
|
||||
/* find the development/stable equivalent */
|
||||
/* find the development/stable equivalent */
|
||||
$other = preg_replace('/-devel$/', '', $name);
|
||||
if ($other == $name) {
|
||||
$other = "$name-devel";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user