summaryrefslogtreecommitdiff
path: root/ext/pdo
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2009-03-12 16:13:17 +0000
committerAndrei Zmievski <andrei@php.net>2009-03-12 16:13:17 +0000
commitcc34210c3279193cc378980be601a3a5da756459 (patch)
tree07b64d333d59d6426b81d5a3683ceb64b6fb006b /ext/pdo
parent65029f11e99214155d5d8f3974f9b577f41b330f (diff)
downloadphp-git-cc34210c3279193cc378980be601a3a5da756459.tar.gz
MFH
Diffstat (limited to 'ext/pdo')
-rwxr-xr-xext/pdo/pdo_stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c
index 13b42096ee..74587af9b2 100755
--- a/ext/pdo/pdo_stmt.c
+++ b/ext/pdo/pdo_stmt.c
@@ -2745,7 +2745,7 @@ static union _zend_function *row_get_ctor(zval *object TSRMLS_DC)
static zend_class_entry *row_get_ce(const zval *object TSRMLS_DC)
{
- return pdo_dbstmt_ce;
+ return pdo_row_ce;
}
static int row_get_classname(const zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC)