From 4da9b487763158f55185b3afb19450622353e377 Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Sat, 28 May 2016 17:22:57 +0300 Subject: [PATCH] Added missing log file name. Closes #3, thanx to Wouter de Geus. --- ident_switch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ident_switch.php b/ident_switch.php index fb64268..ec421f6 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -14,6 +14,7 @@ class ident_switch extends rcube_plugin private $table = 'ident_switch'; private $my_postfix = '_iswitch'; + private $my_log = 'ident_switch'; // Flags user in database private $db_enabled = 1;