Merge branch 'dev' of github.com:petermolnar/wp-ffpc into dev
Peter Molnar hello@petermolnar.eu
Tue, 25 Jun 2013 17:27:56 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
wp-ffpc-backend.php
→
wp-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 @@ }
} -?>+?>