From a9ff0675fafe79945eb6572f2ecc7d1d046c7c24 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 8 Oct 2012 21:06:01 +0000 Subject: [PATCH] Fix a bug in faxing caused by code that was not committed yet remove this include until it is provided. --- app/fax/fax.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/fax/fax.php b/app/fax/fax.php index 14b4001f8a..a1be77c8e0 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -26,8 +26,6 @@ include "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; -require_once "includes/Logging.php"; - if (permission_exists('fax_extension_view')) { //access granted }