plugins/SpecialPageFuncs.php
changeset 315 f49e3c8b638c
parent 285 7846d45bd250
child 317 f8356d9c3481
--- a/plugins/SpecialPageFuncs.php	Mon Dec 03 18:45:37 2007 -0500
+++ b/plugins/SpecialPageFuncs.php	Tue Dec 11 19:15:26 2007 -0500
@@ -109,6 +109,11 @@
       
       exit;
     }
+    $code = $plugins->setHook('page_create_request');
+    foreach ( $code as $cmd )
+    {
+      eval($cmd);
+    }
     if ( substr($urlname, 0, 8) == 'Project:' )
     {
       $template->header();