Index: branches/wikidata/includes/Namespace.php |
— | — | @@ -175,7 +175,9 @@ |
176 | 176 | * @return bool |
177 | 177 | */ |
178 | 178 | function isMovable() { |
179 | | - return $this->isMovable; |
| 179 | + #return $this->isMovable; |
| 180 | + # FIXME: This means that classes with custom handlers are assumed to never be movable |
| 181 | + return $this->isMovable && empty($this->handlerClass); |
180 | 182 | } |
181 | 183 | |
182 | 184 | /** |