mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
interfaces: parentesis fix
This commit is contained in:
parent
111413c902
commit
af59ab65b3
@ -157,7 +157,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$lagg['laggif'] = legacy_interface_create('lagg'); /* XXX find another strategy */
|
||||
}
|
||||
|
||||
if (empty($lagg['laggif'] || strpos($lagg['laggif'], 'lagg') !== 0)) {
|
||||
if (empty($lagg['laggif']) || strpos($lagg['laggif'], 'lagg') !== 0) {
|
||||
$input_errors[] = gettext("Error occurred creating interface, please retry.");
|
||||
} else {
|
||||
if (isset($id)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user