summaryrefslogtreecommitdiff
path: root/core/controllers/rest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/rest.php')
-rw-r--r--core/controllers/rest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/rest.php b/core/controllers/rest.php
index 4a6c4eb4..aee4f527 100644
--- a/core/controllers/rest.php
+++ b/core/controllers/rest.php
@@ -72,7 +72,7 @@ abstract class REST_Controller extends Controller {
if (Session::instance()->get("use_profiler", false)) {
$profiler = new Profiler();
- print $profiler->render();
+ $profiler->render();
}
return;
}