fix warning
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 15 Feb 2007 22:27:50 +0000 (22:27 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 15 Feb 2007 22:27:50 +0000 (22:27 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.13@1503 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/axletter.php

index 114235c..3460cf6 100644 (file)
@@ -34,7 +34,7 @@ class AXLetterModule extends PLModule
         );
     }
 
-    function handler_out(&$page, $hash)
+    function handler_out(&$page, $hash = null)
     {
         if (!$hash) {
             if (!S::logged()) {