Added missing log file name. Closes #3, thanx to Wouter de Geus.

This commit is contained in:
Boris Gulay
2016-05-28 17:22:57 +03:00
parent d667518d1f
commit 4da9b48776

View File

@@ -14,6 +14,7 @@ class ident_switch extends rcube_plugin
private $table = 'ident_switch'; private $table = 'ident_switch';
private $my_postfix = '_iswitch'; private $my_postfix = '_iswitch';
private $my_log = 'ident_switch';
// Flags user in database // Flags user in database
private $db_enabled = 1; private $db_enabled = 1;