From bce0d8c7608b7dd361810d4143792db5affaf2ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 22 Sep 2012 18:35:14 +0200 Subject: [PATCH] Comment site_errors/register for now as it is too noisy. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.php b/modules/core.php index af55a24..5e273f0 100644 --- a/modules/core.php +++ b/modules/core.php @@ -35,7 +35,7 @@ class CoreModule extends PLModule 'assert_errors' => $this->make_hook('siteerror', AUTH_COOKIE, 'admin'), 'site_errors' => $this->make_hook('siteerror', AUTH_COOKIE, 'admin'), 'site_errors/rss' => $this->make_token_hook('siteerror_rss', AUTH_COOKIE, 'admin'), - 'site_errors/register' => $this->make_hook('register_error', AUTH_PUBLIC), + //'site_errors/register' => $this->make_hook('register_error', AUTH_PUBLIC), 'embedded' => $this->make_hook('embedded', AUTH_PUBLIC), -- 2.1.4