try to make it so Status_network_tag can go fingerpoken in Status_network's static vars

This commit is contained in:
Evan Prodromou 2011-06-10 18:12:51 -04:00
parent 527ed62f3f
commit 08cf6827a9

View File

@ -56,7 +56,8 @@ class Status_network extends Safe_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
static $cache = null;
// XXX: made public so Status_network_tag can eff with it
public static $cache = null;
static $cacheInitialized = false;
static $base = null;
static $wildcard = null;