diff options
Diffstat (limited to 'mod/uexport.php')
-rw-r--r-- | mod/uexport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/uexport.php b/mod/uexport.php index ee22383a3..4a16903f8 100644 --- a/mod/uexport.php +++ b/mod/uexport.php @@ -5,7 +5,7 @@ function uexport_init(&$a) { killme(); if(argc() > 1) { - $channel = $a->get_channel(); + $channel = App::get_channel(); require_once('include/identity.php'); |