no more singleton-factory, kthnxby
This commit is contained in:
parent
b6f8bf157d
commit
aaf703fd8d
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit d12b345560c77634b25fc8ee7571c19730794c69
|
Subproject commit 2dd92a681f986a6637550a2640c697be39399de9
|
|
@ -57,7 +57,7 @@ class WP_FFPC_Backend {
|
||||||
$this->cookies = array ( 'comment_author_' , 'wordpressuser_' , 'wp-postpass_', 'wordpress_logged_in_' );
|
$this->cookies = array ( 'comment_author_' , 'wordpressuser_' , 'wp-postpass_', 'wordpress_logged_in_' );
|
||||||
|
|
||||||
/* make utilities singleton */
|
/* make utilities singleton */
|
||||||
$this->utilities = PluginUtils::S();
|
$this->utilities = new PluginUtils();
|
||||||
|
|
||||||
/* map the key with the predefined schemes */
|
/* map the key with the predefined schemes */
|
||||||
$ruser = isset ( $_SERVER['REMOTE_USER'] ) ? $_SERVER['REMOTE_USER'] : '';
|
$ruser = isset ( $_SERVER['REMOTE_USER'] ) ? $_SERVER['REMOTE_USER'] : '';
|
||||||
|
|
Loading…
Reference in a new issue