From 103d999dd19e7fe1d9a3e6a481947b97392a206e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 30 Aug 2006 17:57:25 +0000 Subject: [PATCH] fix typo --- ext/session/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/session.c b/ext/session/session.c index b86336c4e8..396b9cb307 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -104,7 +104,7 @@ static PHP_INI_MH(OnUpdateSaveHandler) } else { err_type = E_ERROR; } - php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot find save handler %s", new_value); + php_error_docref(NULL TSRMLS_CC, err_type, "Cannot find save handler %s", new_value); return FAILURE; } PS(mod) = tmp; -- 2.50.1