aboutsummaryrefslogtreecommitdiffstats
path: root/mail/roundcube/files
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2016-06-10 18:28:22 +0800
committergahr <gahr@FreeBSD.org>2016-06-10 18:28:22 +0800
commitc30aca729c93e0f540309139744c7996fd84d6cf (patch)
treeded5ef66e22b7689963bc9275ad2869375a1cada /mail/roundcube/files
parent25c2da5b3afd620b40605cf1cefd07a3c4fef0d2 (diff)
downloadfreebsd-ports-gnome-c30aca729c93e0f540309139744c7996fd84d6cf.tar.gz
freebsd-ports-gnome-c30aca729c93e0f540309139744c7996fd84d6cf.tar.zst
freebsd-ports-gnome-c30aca729c93e0f540309139744c7996fd84d6cf.zip
mail/roundcube: fix syntax error in patch, bump PORTREVISION
Diffstat (limited to 'mail/roundcube/files')
-rw-r--r--mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php
index 97208eb71e35..79c184372da4 100644
--- a/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php
+++ b/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php
@@ -13,7 +13,7 @@
// if there are cached vars, update store, else insert new data
if ($oldvars) {
- $newvars = $this->_fixvars($vars, $oldvars);
-+ $newvars = $vars);
++ $newvars = $vars;
return $this->update($key, $newvars, $oldvars);
}
else {