Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/pc_backend/modules/mail/actions/actions.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function executeConfig(sfWebRequest $request)

$this->redirect('@mail_config');
}
$this->getUser()->setFlash('error', (string)$this->form->getErrorSchema(), false);
}
}

Expand Down
1 change: 1 addition & 0 deletions apps/pc_backend/modules/mail/templates/configSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<h2><?php echo __('Configuration of E-mail Notifications') ?></h2>

<?php echo $form->renderFormTag(url_for('@mail_config')); ?>
<?php echo $form->renderGlobalErrors() ?>
<?php echo $form->renderHiddenFields(); ?>
<?php foreach ($config as $target => $mails): ?>

Expand Down