diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-05-17 13:32:19 +0200 |
commit | 5645479c622eb36cf9869797896dc0921568c4a9 (patch) | |
tree | 7a1d0c2d4cb38f440fcc7ff1204d527ed96477cc /system/libraries/Profiler.php | |
parent | 92ebfb65ac044f5c2e6d88fba137253854cf1b94 (diff) |
Clean up the libraries
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r-- | system/libraries/Profiler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 1e86f3c61..e219d20f2 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -527,6 +527,7 @@ class CI_Profiler { return $output.'</div>'; } + } /* End of file Profiler.php */ |