diff options
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index a47980371d..1c7ee890a3 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -454,7 +454,7 @@ PHPAPI int php_handle_special_queries(TSRMLS_D) if (php_info_logos(SG(request_info).query_string+1 TSRMLS_CC)) { return 1; } else if (!strcmp(SG(request_info).query_string+1, PHP_CREDITS_GUID)) { - php_print_credits(PHP_CREDITS_ALL); + php_print_credits(PHP_CREDITS_ALL TSRMLS_CC); return 1; } } |