From 31438fe2339067f7bf677eb0695c635960c5faa9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 29 Jan 2008 01:07:06 +0000 Subject: Removed an unused parameter from Profiler (#3332). --- system/libraries/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Profiler.php') diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 21c2135cc..eb2f25094 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -320,7 +320,7 @@ class CI_Profiler { * @access private * @return string */ - function run($output = '') + function run() { $output = '
'; $output .= "
"; -- cgit v1.2.3-24-g4f1b