replaced incorrect '=>' with '='
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
3b5c4e0fb9
commit
0c087b87ef
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if ($op eq 'new') {
|
|||
$new = 1;
|
||||
} else {
|
||||
# for modify routing list default
|
||||
$new => 0;
|
||||
$new = 0;
|
||||
}
|
||||
|
||||
$template->param(
|
||||
|
|
Loading…
Reference in a new issue