tbrehm
2008-07-15 6137440f385ee164c342681bd722c5d53e81819e
Fixed a bug in quotaingof a variable in installer.
1 files modified
2 ■■■ changed files
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -657,7 +657,7 @@
        $install_dir = $this->conf['ispconfig_install_dir'];
        //* Create the ISPConfig installation directory
        if(!@is_dir($install_dir)) {
        if(!@is_dir("$install_dir")) {
            $command = "mkdir $install_dir";
            caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
        }