mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 13:30:25 +02:00
Refine fix for #31445 originally committed in r8758
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8809 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -202,7 +202,7 @@ class dbal_postgres extends dbal
|
||||
return false;
|
||||
}
|
||||
|
||||
return ($this->query_result !== false) ? $this->query_result : false;
|
||||
return $this->query_result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user