Manually sets MODULE_API_ACCESS to fix installation
authorMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 07:27:37 +0000 (09:27 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 14 Oct 2012 07:27:37 +0000 (09:27 +0200)
MODULE_API_ACCESS is needed in RouteHandler thus it needs to be predefined since the options that are installed via the PIP are only available after the installation of the com.woltlab.wcf package.

wcfsetup/install/files/options.inc.php

index 5051b9c84d28d150ce7c2507841450ce11cfe56a..182fbfb22a98736382d370df10545cf73d3d388b 100644 (file)
@@ -28,3 +28,4 @@ define('TIMEZONE', 'Europe/Berlin');
 
 define('ENABLE_DEBUG_MODE', 1);
 define('ENABLE_BENCHMARK', 1);
+define('MODULE_API_ACCESS', 0);