From baa869110b0e50c85ea98c232f69f6ff2ca294ac Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 12 Mar 2009 16:13:39 +0000 Subject: [PATCH] MFH --- ext/pdo/pdo_stmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c index c3506d6d95..c9bd8fa995 100755 --- a/ext/pdo/pdo_stmt.c +++ b/ext/pdo/pdo_stmt.c @@ -2717,7 +2717,7 @@ static union _zend_function *row_get_ctor(zval *object TSRMLS_DC) static zend_class_entry *row_get_ce(zval *object TSRMLS_DC) { - return pdo_dbstmt_ce; + return pdo_row_ce; } static int row_get_classname(zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC) -- 2.40.0