]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/mw-ext-MobileFrontend.inc.php.erb
Mediawiki: minor extension include fixes
[chef.git] / cookbooks / mediawiki / templates / default / mw-ext-MobileFrontend.inc.php.erb
index 5fb6b2ce22807dc84958329d4cccda8f683ab191..d8ef82448e91624e2219b82be68885508854cd3a 100644 (file)
@@ -2,7 +2,7 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 #!!! NEEDS REQUIRE !!!
-require_once "$IP/extensions/MobileFrontend/MobileFrontend.php";
+require_once($IP .'/extensions/MobileFrontend/MobileFrontend.php');
 #!!! NEEDS REQUIRE !!!
 
 // Enable detection in PHP. Disable this if you put MW behind a caching layer