Improve HttpInput::extract , the array is set and not passed anymore
This commit is contained in:
parent
5d70f21dfa
commit
0142c9cb93
9 changed files with 353 additions and 55 deletions
|
|
@ -56,7 +56,7 @@ switch ($op)
|
|||
catch (Exception $e)
|
||||
{
|
||||
record_log($e);
|
||||
echo span($e->getMessage(), ' class="notice"');
|
||||
echo span($e->getMessage(), ' class="warning"');
|
||||
Anc_Key::display_list();
|
||||
Anc_Key::key_add();
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@ switch ($op)
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
echo span($e->getMessage(), ' class="notice"');
|
||||
echo span($e->getMessage(), ' class="warning"');
|
||||
}
|
||||
Anc_Key::display_list();
|
||||
Anc_Key::key_add();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue