From 8bd11af55f191dc9b55948ce7a4eadda7932b1b2 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 15 Feb 2020 11:24:12 -0700 Subject: [PATCH] Call Flows - List: Minor consistency mods. --- app/call_flows/call_flows.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }