Index: Resource.php --- Resource.php Ausgangspunkt (BASE) +++ Resource.php Lokal geƤndert (ausgehend von LOCAL) @@ -192,7 +192,7 @@ { $classPath = $this->getClassPath($class); if (false !== $classPath) { - return include $path; + return include $classPath; } return false; }