summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 50bd4130e..31e7d660f 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -705,7 +705,7 @@ class CI_Loader {
}
else
{
- include_once($_ci_path);
+ include($_ci_path); // include() vs include_once() allows for multiple views with the same name
}
log_message('debug', 'File loaded: '.$_ci_path);