Continued:
[core.git] / framework / bootstrap / class_FrameworkBootstrap.php
index ce3da75f5beba34ec3c6b20ab881c7ef2183e2ad..08abad5bc42e970ae7afe46733ad735c87f23a15 100644 (file)
@@ -235,7 +235,7 @@ final class FrameworkBootstrap {
                } // END - if
 
                // Load it
-               require $fileInstance->getPathname();
+               require_once $fileInstance->getPathname();
 
                // Trace message
                //* NOISY-DEBUG: */ printf('[%s:%d]: EXIT!' . PHP_EOL, __METHOD__, __LINE__);
@@ -381,7 +381,7 @@ final class FrameworkBootstrap {
                // Now call all methods in one go
                foreach (array('setupApplicationData', 'initApplication', 'launchApplication') as $methodName) {
                        // Debug message
-                       //* NOISY-DEBUG: */ printf('[%s:%d]: Calling methodName=%s ...' . PHP_EOL, __METHOD__, __LINE__, $methodName);
+                       //*NOISY-DEBUG: */ printf('[%s:%d]: Calling methodName=%s ...' . PHP_EOL, __METHOD__, __LINE__, $methodName);
 
                        // Call method
                        call_user_func(array($applicationInstance, $methodName));