Variable name typo
This commit is contained in:
parent
e4ad2f70ae
commit
3328d09048
@ -138,7 +138,7 @@ class Doctrine_Connection_Pgsql extends Doctrine_Connection_Common
|
||||
$serverInfo = $this->fetchOne($query);
|
||||
|
||||
if ( ! $native) {
|
||||
$tmp = explode('.', $server_info, 3);
|
||||
$tmp = explode('.', $serverInfo, 3);
|
||||
|
||||
if (empty($tmp[2]) && isset($tmp[1])
|
||||
&& preg_match('/(\d+)(.*)/', $tmp[1], $tmp2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user