From b5d776bc5c8261ac75a74ed3070ca13a6eb741ca Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 25 Dec 2011 01:56:57 +0000 Subject: a mail notification is now sent when a user add a message to the help page of a wiki page --- h-source/Application/Controllers/WikiController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'h-source/Application/Controllers/WikiController.php') 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(); +// } } } -- cgit v1.2.3