diff options
Diffstat (limited to 'mod/dreport.php')
-rw-r--r-- | mod/dreport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dreport.php b/mod/dreport.php index 1ad1eca7c..4edec2e2b 100644 --- a/mod/dreport.php +++ b/mod/dreport.php @@ -9,7 +9,7 @@ function dreport_content(&$a) { $table = 'item'; - $channel = $a->get_channel(); + $channel = App::get_channel(); $mid = ((argc() > 1) ? argv(1) : ''); |