diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-03 17:19:36 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-03 17:19:36 +0100 |
commit | 2ce19b1a2a2a5e734a9072cd9fca77b89aff3ab8 (patch) | |
tree | fbe3470cb57489f69bf7bfe5ae3d03ab2daf763e /system/libraries | |
parent | ca8ddada43093b537c95c6794049eb2fa673b279 (diff) | |
parent | 0612e92461bb725835b4731a55d7f76588cd4cf9 (diff) |
Merge pull request #2768 from porquero/patch-1
Added post-increment for $count
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Profiler.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 50ba1673f..7c889dd96 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -278,6 +278,7 @@ class CI_Profiler { } $output .= "</table>\n</fieldset>"; + $count++; } return $output; @@ -563,4 +564,4 @@ class CI_Profiler { } /* End of file Profiler.php */ -/* Location: ./system/libraries/Profiler.php */
\ No newline at end of file +/* Location: ./system/libraries/Profiler.php */ |