From 6a6992f650747703f0531918d050b926965339b2 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 7 Oct 2013 11:52:21 +0200 Subject: Assign the chosen mode to the table map --- program/lib/Roundcube/rcube_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/lib/Roundcube/rcube_db.php') diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php index b215c3aac..08935853a 100644 --- a/program/lib/Roundcube/rcube_db.php +++ b/program/lib/Roundcube/rcube_db.php @@ -256,7 +256,7 @@ class rcube_db // remember mode chosen (for primary table) $table = $matches[0][2]; - $this->table_connections[$table]; + $this->table_connections[$table] = $mode; } return $mode; -- cgit v1.2.3