Skip to content

Commit

Permalink
Merge pull request #22 from pebblebed/master
Browse files Browse the repository at this point in the history
Fix deprecated warning when creating new WPVarnish
  • Loading branch information
pkhamre committed Mar 30, 2012
2 parents 67de3c6 + 0642580 commit 9c8acca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-varnish.php
Expand Up @@ -381,6 +381,6 @@ function WPAuth($challenge, $secret) {
} }
} }


$wpvarnish = & new WPVarnish(); $wpvarnish = new WPVarnish();


?> ?>

0 comments on commit 9c8acca

Please sign in to comment.