From 100d4109cd2357514fbfee56bc9194f8c9fc209e Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sun, 15 May 2011 05:52:55 -0400
Subject: [PATCH] Added more informations to the automatic install (to find a error, if there is one)
---
install/autoupdate.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/autoupdate.php b/install/autoupdate.php
index 647fc34..5e32e82 100644
--- a/install/autoupdate.php
+++ b/install/autoupdate.php
@@ -169,7 +169,7 @@
* If it is NOT a master-slave - Setup then we are at the Master-DB. So set all rights
*/
if($conf['mysql']['master_slave_setup'] != 'y') {
- $inst->grant_master_database_rights();
+ $inst->grant_master_database_rights(true);
}
/*
--
Gitblit v1.9.1