Skip to content

Commit

Permalink
Fix missing backwards compatibility for $GLOBALS['quick_cache']
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Feb 27, 2016
1 parent 5f34862 commit ce04416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/includes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
if (!Conflicts::check()) {
$GLOBALS[GLOBAL_NS] = new Plugin();
$GLOBALS['zencache'] = $GLOBALS[GLOBAL_NS]; // Back compat.
$GLOBALS['quick_cache'] = $GLOBALS[GLOBAL_NS]; // Back compat.

add_action('plugins_loaded', function() {
require_once dirname(__FILE__).'/api.php';
Expand Down

0 comments on commit ce04416

Please sign in to comment.