Skip to content

Commit

Permalink
Fix missing backwards compatibility for $GLOBALS['quick_cache']
Browse files Browse the repository at this point in the history
raamdev committed Feb 27, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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';

0 comments on commit ce04416

Please sign in to comment.