X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2409b45cd2d01d8047e98d3d4b896c28f8291cb8..9ccf1f1bfd060a8abadf5c9f1a99a188abfb45c8:/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb diff --git a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb index 4fff9b09b..a36e5c25f 100644 --- a/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb +++ b/cookbooks/mediawiki/templates/default/mw-ext-VisualEditor.inc.php.erb @@ -1,10 +1,10 @@ 'http://<%= @site %>:8142' + 'url' => 'http://localhost:8142' ); $wgVirtualRestConfig['modules']['parsoid']['forwardCookies'] = true; -require_once "$IP/extensions/VisualEditor/VisualEditor.php"; +require_once($IP .'/extensions/VisualEditor/VisualEditor.php'); // Enable by default for everybody $wgDefaultUserOptions['visualeditor-enable'] = 1;