commit | 31438fe2339067f7bf677eb0695c635960c5faa9 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Tue Jan 29 01:07:06 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Tue Jan 29 01:07:06 2008 +0000 |
tree | 11b475eaa615bcab655ac4a8ce797e85e662c8e0 | |
parent | 269b942a2bf7b022795e591d9b0ad04526ee7e09 [diff] [blame] |
Removed an unused parameter from Profiler (#3332).
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 21c2135..eb2f250 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php
@@ -320,7 +320,7 @@ * @access private * @return string */ - function run($output = '') + function run() { $output = '<br clear="all" />'; $output .= "<div style='background-color:#fff;padding:10px;'>";