From e52b20930d1d5395e64e12d537024056b6ffa633 Mon Sep 17 00:00:00 2001 From: Carlos Pacha Date: Tue, 22 Feb 2011 13:15:05 +0000 Subject: [PATCH] this 6209 bug was fixed, the text has been changed --- gulliver/system/class.g.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index e68953fe3..f0e25fd86 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -712,7 +712,7 @@ class G die; } else { - $text = "The Skin $file is not exist, please review the Skin Definition"; + $text = "The Skin $file does not exist, please review the Skin Definition"; throw ( new Exception ( $text) ); } }