From: Antony Dovgal Date: Wed, 30 Aug 2006 17:57:25 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_1_0_0RC1~1833 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=103d999dd19e7fe1d9a3e6a481947b97392a206e;p=php fix typo --- 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;