From: x2001corpet Date: Thu, 15 Feb 2007 22:27:50 +0000 (+0000) Subject: fix warning X-Git-Tag: xorg/0.9.13~11 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=21ee03b4b41f5ba2b5393ce017a8321feca0cd0a;p=platal.git fix warning git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1503 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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()) {