tbrehm
2010-05-11 2e961201be67cc348e7da22ad7c32c87c9f3d30d
Fixed: FS#1186 - Error in Installer r1728
1 files modified
2 ■■■■■ changed files
install/lib/installer_base.lib.php 2 ●●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -301,6 +301,7 @@
            }
        }
        if(is_array($hosts)) {
        foreach($hosts as $host => $value) {
            /*
             *  Delete ISPConfig user in the master database, in case that it exists
@@ -371,6 +372,7 @@
         * It is all done. Relod the rights...
         */
        $this->dbmaster->query('FLUSH PRIVILEGES;');
        }
    }