From 12bca51fc86fdeb3f359bd284d84597e1bb0411c Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 1 Dec 2016 12:07:13 -0800 Subject: [PATCH] Updated URL to XML package info. --- class2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class2.php b/class2.php index 5fbda4461..f79fc006d 100644 --- a/class2.php +++ b/class2.php @@ -58,7 +58,7 @@ if(isset($_E107['cli']) && !isset($_E107['debug']) && isset($_SERVER["HTTP_USER_ if(function_exists('utf8_encode') === false) { - echo "e107 requires the PHP XML parser package. Please install it to use e107. "; + echo "e107 requires the PHP XML package. Please install it to use e107. "; exit(); }