From 3ffc92b3d7693b669f6d1b4675eba1e6dbde4492 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 23 Jan 2011 16:54:33 +0000 Subject: Refs #2804 #2805 pulling changes in trunk from 1.7 branch git-svn-id: http://code.elgg.org/elgg/trunk@7915 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index 0efc9c364..aebaf1724 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -13,6 +13,7 @@ * @global array $ENTITY_CACHE * @access private */ +global $ENTITY_CACHE; $ENTITY_CACHE = array(); /** @@ -21,6 +22,7 @@ $ENTITY_CACHE = array(); * @global array $SUBTYPE_CACHE * @access private */ +global $SUBTYPE_CACHE; $SUBTYPE_CACHE = NULL; /** -- cgit v1.2.3