Index: trunk/extensions/Translate/groups/Wikia/WikiaExtensions.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | parent::__construct(); |
13 | 13 | $dir = dirname( __FILE__ ); |
14 | 14 | $this->definitionFile = $dir . '/extensions.txt'; |
15 | | - $this->path = '$wgTranslateGroupRoot/wikia/'; |
| 15 | + $this->path = "$wgTranslateGroupRoot/wikia/"; |
16 | 16 | } |
17 | 17 | |
18 | 18 | protected function addAllMeta() { |