From 409f3044e8a7e017816ec09c750e3abbf4aea6a8 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Fri, 3 Jul 2009 15:43:08 +0000 Subject: [PATCH] URL starts with protocol git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27926 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_memcached/persistent_memcached_plugin.xml | 2 +- bt5/erp5_base/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_base/PathTemplateItem/portal_memcached/persistent_memcached_plugin.xml b/bt5/erp5_base/PathTemplateItem/portal_memcached/persistent_memcached_plugin.xml index d710c2f05d..d60f20ae3e 100644 --- a/bt5/erp5_base/PathTemplateItem/portal_memcached/persistent_memcached_plugin.xml +++ b/bt5/erp5_base/PathTemplateItem/portal_memcached/persistent_memcached_plugin.xml @@ -52,7 +52,7 @@ </item> <item> <key> <string>url_string</string> </key> - <value> <string>127.0.0.1:12121</string> </value> + <value> <string>memcached://127.0.0.1:12121</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index e1f27603b6..3be613f062 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -613 \ No newline at end of file +614 \ No newline at end of file -- 2.30.9