Fix indent ++
This commit is contained in:
parent
d45f81a515
commit
541c5820bc
16 changed files with 415 additions and 417 deletions
|
|
@ -26,7 +26,7 @@ if(f('save'))
|
|||
'telephone' => 'string',
|
||||
'email' => 'email'
|
||||
]);
|
||||
|
||||
|
||||
if (!$form->hasErrors())
|
||||
{
|
||||
try
|
||||
|
|
@ -39,7 +39,7 @@ if(f('save'))
|
|||
'telephone' => f('telephone'),
|
||||
'email' => f('email')
|
||||
]);
|
||||
|
||||
|
||||
$r ? Utils::redirect(PLUGIN_URL . 'client.php?id='.(int)$id):'';
|
||||
}
|
||||
catch (UserException $e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue