From 4a336a5b117419c33c29eadd6409c69df78cd586 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 20 Jul 2013 22:21:25 +0200 Subject: Imported Upstream version 2.4.6 --- docs/manual/developer/modules.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/manual/developer/modules.html.en') diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index 5feb8af6..a600d5b6 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -121,7 +121,7 @@ static void register_hooks(void)

In the mod_mmap_static case I didn't care about the post_config stage, but the mmap_static_xlat - must be called after the core module had done it's name + must be called after the core module had done its name translation, hence the use of the aszPre to define a modifier to the position HOOK_LAST.

-- cgit v1.2.3