diff options
Diffstat (limited to 'lib/file_locks.php')
-rw-r--r-- | lib/file_locks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file_locks.php b/lib/file_locks.php index 0b21bf3..300d3b1 100644 --- a/lib/file_locks.php +++ b/lib/file_locks.php @@ -60,7 +60,7 @@ class file_locks { * * @param string $table Table name */ - public function __construct($table = 'locks') + public function __construct($table = 'chwala_locks') { $rcube = rcube::get_instance(); |