summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-11-19 09:46:44 (GMT)
committerAleksander Machniak <alec@alec.pl>2013-11-19 09:46:44 (GMT)
commit9f14a7bd91550f04d62c103398909ee3e524a08b (patch)
tree962dad1c46ed4dbbdd8c984db4cd6ad0e1c6117f /lib
parent1e57130d51b2503288fd7ebf07b54750d67be6f0 (diff)
downloadkolab-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.php2
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();