fix
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Jul 2007 20:54:58 +0000 (20:54 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Jul 2007 20:54:58 +0000 (20:54 +0000)
IkiWiki/Plugin/conditional.pm
doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn

index 68ed36cc91692ea23fa767a5b51aee6ddc9a6650..2a25135fe31757ed06c21f211bab6a7d2ea79414 100644 (file)
@@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{
        }
 } #}}}
 
-sub match_included ($$;$) { #{{{
+sub match_included ($$;@) { #{{{
        shift;
        shift;
        my %params=@_;
index a638ef7705fc191376492af78d5387e50d6cfdf4..cd9f27735ea2d4982453a31d86627b4ffbb6d34f 100644 (file)
@@ -2,4 +2,6 @@ Is this a bug? IkiWiki/Plugins/conditional.pm:
 
 `sub match_included ($$;$) { #{{{`
 
-The other match_XXX functions seem to take ($$;@). --Ethan
\ No newline at end of file
+The other match_XXX functions seem to take ($$;@). --Ethan
+
+> indeed, [[done]] --[[Joey]]