Skip to content

Commit de492a1

Browse files
author
Marius Burkard
committed
One-liner is not good to read.
1 parent f837b6c commit de492a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ function request_language(){
133133

134134
//** Detect PHP-Version
135135
public function get_php_version() {
136-
if(version_compare(PHP_VERSION, $this->min_php, '<')) return false; else return true;
136+
if(version_compare(PHP_VERSION, $this->min_php, '<')) return false;
137+
else return true;
137138
}
138139

139140
//** Detect installed applications
@@ -2743,4 +2744,4 @@ protected function insert_db_credentials($tContents) {
27432744

27442745
}
27452746

2746-
?>
2747+
?>

0 commit comments

Comments
 (0)