diff options
Diffstat (limited to 'ext/tidy/tidy.c')
| -rw-r--r-- | ext/tidy/tidy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 0c6c3e1385..0537c576c7 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -28,7 +28,6 @@ #if HAVE_TIDY #include "php_ini.h" -#include "zend_exceptions.h" #include "ext/standard/info.h" #include "tidy.h" @@ -1850,7 +1849,7 @@ static TIDY_NODE_METHOD(getParent) __constructor for tidyNode. */ static TIDY_NODE_METHOD(__construct) { - zend_throw_error(zend_ce_error, "You should not create a tidyNode manually"); + zend_throw_error(NULL, "You should not create a tidyNode manually"); } /* }}} */ |
