diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index f8db645735..94fb3e6f3d 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -28,9 +28,9 @@ require_once "root.php"; require_once "resources/require.php"; require_once "resources/paging.php"; + require_once "resources/check_auth.php"; //check permissions - require_once "resources/check_auth.php"; if (permission_exists('call_flow_view')) { //access granted }