diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php index a3640ab1823014cffa0148f7067a1b26c0477503..fcbab596fbb0812d1f52ef372670a9bf32c2ffa1 100644 --- a/install/lib/installer_base.lib.php +++ b/install/lib/installer_base.lib.php @@ -133,7 +133,8 @@ class installer_base { //** Detect PHP-Version public function get_php_version() { - if(version_compare(PHP_VERSION, $this->min_php, '<')) return false; else return true; + if(version_compare(PHP_VERSION, $this->min_php, '<')) return false; + else return true; } //** Detect installed applications @@ -2743,4 +2744,4 @@ Email Address []: } -?> +?> \ No newline at end of file