Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
3.1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Stig Lindqvist committed Sep 3, 2014
1 parent be8b939 commit 748e5dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/DBProfilerViewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
*/
class DBProfilerViewer extends Controller {

private static $allowed_actions = array(
'show',
);

public static $url_handlers = array(
'' => 'index',
'$Action' => 'show',
Expand Down

0 comments on commit 748e5dd

Please sign in to comment.