--- Title.php	Tue May 23 06:27:26 2006
+++ ../../wiki/includes/Title.php	Mon Jun  5 20:56:09 2006
@@ -1660,8 +1660,11 @@
 		if( $this->equals( $nt ) ) {
 			return 'selfmove';
 		}
-		if( !$this->isMovable() || !$nt->isMovable() ) {
+		if( !$this->isMovable() ) {
 			return 'immobile_namespace';
+		}
+		if ( !$nt->isMovable() ) {
+			return 'baddestination';
 		}
 
 		$oldid = $this->getArticleID();
