Menu

Commit [r15]  Maximize  Restore  History

'wikies.inc' is replaced by 'wikies.php'

bmanolov 2004-09-18

changed /trunk/bgbot.php
/trunk/bgbot.php Diff Switch to side-by-side view
--- a/trunk/bgbot.php
+++ b/trunk/bgbot.php
@@ -187,6 +187,8 @@
     $r = array($this->sites[$wiki], $this->special_nss[$wiki]);
     $url = str_replace( $s, $r, $this->move_url );
 
+    $page = str_replace(' ', '_', $page);
+    $new_page = str_replace('_', ' ', $new_page);
     $vars = array(
       'wpOldTitle' => $page,
       'wpNewTitle' => $new_page,
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.