diff --git a/classes/Status_network.php b/classes/Status_network.php index c3acacf595..8e8569e52a 100644 --- a/classes/Status_network.php +++ b/classes/Status_network.php @@ -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;