From 748e5dda9b1e60782181ab6192b445aa5bc6d86f Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Wed, 3 Sep 2014 16:43:02 +1200 Subject: [PATCH] 3.1 compat --- code/DBProfilerViewer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/DBProfilerViewer.php b/code/DBProfilerViewer.php index d85a41b..6816371 100644 --- a/code/DBProfilerViewer.php +++ b/code/DBProfilerViewer.php @@ -5,6 +5,10 @@ */ class DBProfilerViewer extends Controller { + private static $allowed_actions = array( + 'show', + ); + public static $url_handlers = array( '' => 'index', '$Action' => 'show',