From 4a0e4b20e790f2b9c21faf858950b031451bd755 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Oct 2012 22:13:55 +0000 Subject: [PATCH] Remove an extra include for app_languages.php --- app/calls/v_calls.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/calls/v_calls.php b/app/calls/v_calls.php index be47b96c6d..04397f8edf 100644 --- a/app/calls/v_calls.php +++ b/app/calls/v_calls.php @@ -26,7 +26,6 @@ include "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; -include "app_languages.php"; if (permission_exists('follow_me') || permission_exists('call_forward') || permission_exists('do_not_disturb')) { //access granted }