Commit 3328d090 authored by gnat's avatar gnat

Variable name typo

parent e4ad2f70
...@@ -138,7 +138,7 @@ class Doctrine_Connection_Pgsql extends Doctrine_Connection_Common ...@@ -138,7 +138,7 @@ class Doctrine_Connection_Pgsql extends Doctrine_Connection_Common
$serverInfo = $this->fetchOne($query); $serverInfo = $this->fetchOne($query);
if ( ! $native) { if ( ! $native) {
$tmp = explode('.', $server_info, 3); $tmp = explode('.', $serverInfo, 3);
if (empty($tmp[2]) && isset($tmp[1]) if (empty($tmp[2]) && isset($tmp[1])
&& preg_match('/(\d+)(.*)/', $tmp[1], $tmp2) && preg_match('/(\d+)(.*)/', $tmp[1], $tmp2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment