includes/wikiengine/Parse/Mediawiki/Wikilink.php
changeset 35 efae425e9b98
parent 1 fe660c52c48f
child 72 bda11e521e8a
--- a/includes/wikiengine/Parse/Mediawiki/Wikilink.php	Sun Jul 01 14:19:20 2007 -0400
+++ b/includes/wikiengine/Parse/Mediawiki/Wikilink.php	Sun Jul 01 14:51:33 2007 -0400
@@ -100,6 +100,11 @@
     {
         $default = $this->conf;
         parent::Text_Wiki_Parse($obj);
+        
+        global $paths;
+        $this->imageConf = array(
+          'prefix' => array(':' . $paths->nslist['File'])
+          );
 
         // override config options for image if specified
         if (in_array('Image', $this->wiki->disable)) {