From: Sascha C. <sc...@it...> - 2004-02-21 02:16:16
|
Hi all ;) After checking out the SF pages I couldnt come up with a decent place to submit patches to, so I post it here. If this is wrong: blame me and I will learn where to post them instead. Upload.php (v 1.3 2004/02/17 12:11:36 rurban) seems to lack a slash: --- UpLoad.php 2004-02-21 02:57:50.890625000 +0100 +++ UpLoad_.php 2004-02-21 03:02:23.906250000 +0100 @@ -59,5 +59,5 @@ extends WikiPlugin function run($dbi, $argstr, &$request, $basepage) { $file_dir = defined('PHPWIKI_DIR') ? - PHPWIKI_DIR . "/uploads" : "uploads"; + PHPWIKI_DIR . "/uploads/" : "uploads/"; $url_prefix = SERVER_NAME.DATA_PATH; Thank you, Sascha -- Sascha Carlin * Heinrich-Heine-Str. 1 * 64319 Pfungstadt http://www.itst.org/ ** +49 6157 157 205 |