This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 21
21
/** Admin form for the mail module. */
22
22
class Mail_Form_Admin extends Zend_Form
23
23
{
24
+ /** Initialize this form. */
24
25
public function init ()
25
26
{
26
27
$ this ->setName ('mail_config ' );
27
28
$ this ->setMethod ('POST ' );
28
29
29
- // $csrf = new Zend_Form_Element_Hash('mail_csrf');
30
- // $csrf->setSalt('PIYXLxz3eNkhaXJiJqvMNzjOhlWn2hPM');
31
- // $csrf->setTimeout(3600);
32
-
33
30
$ provider = new Zend_Form_Element_Select ('provider ' );
34
31
$ provider ->setLabel ('Provider ' );
35
32
$ provider ->setRequired (true );
Original file line number Diff line number Diff line change 20
20
set (module_name mail)
21
21
to_titlecase(${module_name} module_name_titlecase)
22
22
23
- add_midas_style_test(Style${module_name_titlecase} AppController ${CMAKE_SOURCE_DIR} /modules/${module_name} /AppController.php)
24
- add_midas_style_test(Style${module_name_titlecase} Controllers ${CMAKE_SOURCE_DIR} /modules/${module_name} /controllers)
25
- add_midas_style_test(Style${module_name_titlecase} Notification ${CMAKE_SOURCE_DIR} /modules/${module_name} /Notification.php)
23
+ add_midas_style_test(Style${module_name_titlecase} ${CMAKE_SOURCE_DIR} /modules/${module_name} )
Original file line number Diff line number Diff line change 21
21
/** Admin form for the thumbnailcreator module. */
22
22
class Thumbnailcreator_Form_Admin extends Zend_Form
23
23
{
24
+ /** Initialize this form. */
24
25
public function init ()
25
26
{
26
27
$ this ->setName ('thumbnailcreator_config ' );
You can’t perform that action at this time.
0 commit comments