Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php |
— | — | @@ -41,6 +41,8 @@ |
42 | 42 | global $IP, $wgLocalisationUpdateSVNURL; |
43 | 43 | |
44 | 44 | // Find the right SVN folder |
| 45 | + // @fixme this prevents pulling trunk updates when we're on a deployment branch. |
| 46 | + // Base URL should be fully configurable and make no branch assumptions. |
45 | 47 | $svnFolder = SpecialVersion::getSvnRevision( dirname( $file ), false, false, true ); |
46 | 48 | |
47 | 49 | // Create a full path |