diff options
Diffstat (limited to 'include/apps.php')
-rw-r--r-- | include/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php index 7439be6d4..e300bc50d 100644 --- a/include/apps.php +++ b/include/apps.php @@ -6,7 +6,7 @@ */ require_once('include/plugin.php'); -require_once('include/identity.php'); +require_once('include/channel.php'); function get_system_apps($translate = true) { |