X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Floader.php;h=f7c2dfc8e56f4f45481abab3470bb5a04ddf0781;hp=f11a33a03ebfa5aafb4436e2588a00d0208fc026;hb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9;hpb=55b327a3f5f2fe1d244532e07be7444e94b2a768 diff --git a/application/selector/loader.php b/application/selector/loader.php index f11a33a..f7c2dfc 100644 --- a/application/selector/loader.php +++ b/application/selector/loader.php @@ -3,7 +3,7 @@ * The application's class loader * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,7 +29,6 @@ ClassLoader::getInstance()->loadClasses(sprintf("%s/%s/", $cfg->readConfig('appl // Clean up the global namespace unset($lowerClasses); -unset($class); // [EOF] ?>