Skip to content
Snippets Groups Projects
Commit 7041a8d7 authored by yas's avatar yas
Browse files

Aligned to coding starndard

parent 47a77b83
No related branches found
No related tags found
No related merge requests found
......@@ -820,7 +820,7 @@ function aws_cloud_server_templates_new_validate($form_id, $form_values) {
$form_values = $form_values['values'];
// Cancel Button pressed
if($form_values['op'] == t('Cancel'))
if ($form_values['op'] == t('Cancel'))
return $form_values['redirect'] = array(CLOUD_SERVER_TEMPLATES_PATH . '/' . $cloud_context);
if (!preg_match(CLOUD_SERVER_TEMPLATES_VALID_NOT_EMPTY, $form_values['name_text']) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment