diff -r 80f52593bee9 -r efae425e9b98 includes/wikiengine/Parse/Mediawiki/Wikilink.php --- 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)) {