From 217c29cac50a2d7efcc8666c28751f4277b3835f Mon Sep 17 00:00:00 2001 From: Thorsten Heymann Date: Tue, 5 Nov 2013 21:59:38 +0100 Subject: [PATCH] Fixed bug in install php. install.php requires bootstrap.php instead of vars.php because otherwise `$config` won't be set in vars.php. This fixes: Fatal error: Call to a member function get() on a non-object in /var/www/vars.php on line 11 --- public/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.php b/public/install.php index e08e647e..0b7df4c8 100644 --- a/public/install.php +++ b/public/install.php @@ -1,6 +1,6 @@