Merge branch 'dev' of github.com:petermolnar/wp-ffpc into dev

This commit is contained in:
Peter Molnar 2013-06-25 17:27:56 +01:00
commit 50e13c227e
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit c4fb20b46ce51d157a0ccd0d60f73273d4547fef Subproject commit ec68d31126706b193d1226819c6886fa6d2312a2

View file

@ -115,7 +115,7 @@ if (!class_exists('WP_FFPC_Backend')) {
*/ */
public function key ( &$prefix ) { public function key ( &$prefix ) {
/* data is string only with content, meta is not used in nginx */ /* 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__('original key configuration: ', $this->plugin_constant ) . $this->options['key'] );
$this->log ( __translate__('setting key to: ', $this->plugin_constant ) . $key ); $this->log ( __translate__('setting key to: ', $this->plugin_constant ) . $key );
@ -782,4 +782,4 @@ if (!class_exists('WP_FFPC_Backend')) {
} }
?> ?>