From 5a5806e02a480987b4655706ea1af44c8756f129 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 24 Apr 1999 00:12:55 +0000 Subject: Cleanups, remove old ts code --- Zend/zend_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_API.c') diff --git a/Zend/zend_API.c b/Zend/zend_API.c index d9ba28570f..4b1ac8e2ba 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -167,7 +167,7 @@ ZEND_API int getThis(zval **this_ptr) /* zval *data; - if (zend_hash_find(GLOBAL(function_state.calling_symbol_table), "this", sizeof("this"), (void **)&data) == FAILURE) { + if (zend_hash_find(function_state.calling_symbol_table, "this", sizeof("this"), (void **)&data) == FAILURE) { return FAILURE; } -- cgit v1.2.1