From 0380144db467c056451cd7015a6f00762960c610 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 16 Aug 2006 03:28:55 +0000 Subject: [PATCH] Fix parse error --- Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loader.php b/Loader.php index e9403c6..27c6dc2 100644 --- a/Loader.php +++ b/Loader.php @@ -175,7 +175,7 @@ class BSLoader if (!class_exists($class)) { trigger_error('Specifed module does not conform to the ISSO specification, or the class is missing'); - return + return; } return new $class; -- 2.22.5