diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-19 09:46:44 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-19 09:46:44 (GMT) |
commit | 9f14a7bd91550f04d62c103398909ee3e524a08b (patch) | |
tree | 962dad1c46ed4dbbdd8c984db4cd6ad0e1c6117f /lib | |
parent | 1e57130d51b2503288fd7ebf07b54750d67be6f0 (diff) | |
download | kolab-chwala-chwala-0.2.tar.gz |
Rename table 'locks' to 'chwala_locks'chwala-0.2
Diffstat (limited to 'lib')
-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(); |