Index: trunk/tools/mwmultiversion/multiversion/MWMultiVersion.php |
— | — | @@ -220,7 +220,7 @@ |
221 | 221 | * @return String the version number for this wiki (e.g. "x.xx" or "trunk") |
222 | 222 | */ |
223 | 223 | public function getVersionNumber() { |
224 | | - list( /*...*/, $ver ) = explode( $this->getVersion(), '-', 2 ); |
| 224 | + list( /*...*/, $ver ) = explode( '-', $this->getVersion(), 2 ); |
225 | 225 | return $ver; |
226 | 226 | } |
227 | 227 | } |