From 21ee03b4b41f5ba2b5393ce017a8321feca0cd0a Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Thu, 15 Feb 2007 22:27:50 +0000 Subject: [PATCH] fix warning git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1503 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/axletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/axletter.php b/modules/axletter.php index 114235c..3460cf6 100644 --- a/modules/axletter.php +++ b/modules/axletter.php @@ -34,7 +34,7 @@ class AXLetterModule extends PLModule ); } - function handler_out(&$page, $hash) + function handler_out(&$page, $hash = null) { if (!$hash) { if (!S::logged()) { -- 2.1.4