From 25ba05f1e7cd5e048aa07aea22ccff1b6465f997 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 16 Oct 2005 23:48:01 +0000 Subject: [PATCH] Show invalid clean type in do_clean() if there is an error --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index 3a22b61..c9f5919 100644 --- a/api.php +++ b/api.php @@ -417,7 +417,7 @@ class API } else { - trigger_error('Invalid clean type specified', E_USER_ERROR); + trigger_error('Invalid clean type `' . $type . '` specified', E_USER_ERROR); } return $value; -- 2.22.5