1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Variable name typo

This commit is contained in:
gnat 2007-01-26 19:36:01 +00:00
parent e4ad2f70ae
commit 3328d09048

View File

@ -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)