summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c
index 8dcc89007d..d3404f5569 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -240,7 +240,7 @@ PHPDBG_COMMAND(help) /* {{{ */
if (n>0) {
if (cmd->alias == 'a') { /* help aliases executes a canned routine */
- return cmd->handler(param, NULL TSRMLS_CC);
+ return cmd->handler(param TSRMLS_CC);
} else {
pretty_print(get_help(cmd->name TSRMLS_CC) TSRMLS_CC);
return SUCCESS;