diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 01:56:57 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 01:56:57 +0000 |
commit | b5d776bc5c8261ac75a74ed3070ca13a6eb741ca (patch) | |
tree | 3c769ed0f74963cf1e1b2ade33846deb9cb9e043 /h-source/Application/Controllers | |
parent | fe4d464805d9c6d3471dbfab6e20cc960fdfd329 (diff) |
a mail notification is now sent when a user add a message to the help page of a wiki page
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/WikiController.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/h-source/Application/Controllers/WikiController.php b/h-source/Application/Controllers/WikiController.php index 7b5c7ba..72f4220 100644 --- a/h-source/Application/Controllers/WikiController.php +++ b/h-source/Application/Controllers/WikiController.php @@ -489,11 +489,11 @@ class WikiController extends BaseController $this->m['WikitalkModel']->updateTable('insert'); - if ($this->m['WikitalkModel']->queryResult) - { - header('Refresh: 0;url=http://'.DOMAIN_NAME.$_SERVER['REQUEST_URI']); - die(); - } +// if ($this->m['WikitalkModel']->queryResult) +// { +// header('Refresh: 0;url=http://'.DOMAIN_NAME.$_SERVER['REQUEST_URI']); +// die(); +// } } } |