]> git.openstreetmap.org Git - chef.git/commitdiff
Use new style loading for cldr extension
authorTom Hughes <tom@compton.nu>
Thu, 15 Aug 2019 10:01:20 +0000 (11:01 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Aug 2019 10:01:33 +0000 (11:01 +0100)
cookbooks/mediawiki/templates/default/mw-ext-cldr.inc.php.erb

index 9fdda2ed1686c3803fe01883dfd79af4f7ce26a3..02944508592317731a599de4481ad230ba0ba2dd 100644 (file)
@@ -1,3 +1,3 @@
 <?php
 # DO NOT EDIT - This file is being maintained by Chef
-require_once($IP .'/extensions/cldr/cldr.php');
+wfLoadExtension( 'cldr' );