all repos — wp-ffpc @ 50e13c227ee75cab220de9f72c719efcf6e1ec16

Merge branch 'dev' of github.com:petermolnar/wp-ffpc into dev
Peter Molnar hello@petermolnar.eu
Tue, 25 Jun 2013 17:27:56 +0100
commit

50e13c227ee75cab220de9f72c719efcf6e1ec16

parent

8bc33102a90bf65d1f26df7131d2fc4fbdf08209

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M wp-ffpc-backend.phpwp-ffpc-backend.php

@@ -115,7 +115,7 @@ *

*/ public function key ( &$prefix ) { /* data is string only with content, meta is not used in nginx */ - $key = str_replace ( array_keys( $this->urimap ), $this->urimap, $this->options['key'] ); + $key = $prefix . str_replace ( array_keys( $this->urimap ), $this->urimap, $this->options['key'] ); $this->log ( __translate__('original key configuration: ', $this->plugin_constant ) . $this->options['key'] ); $this->log ( __translate__('setting key to: ', $this->plugin_constant ) . $key );

@@ -782,4 +782,4 @@ }

} -?>+?>