]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
try to make it so Status_network_tag can go fingerpoken in Status_network's static...
authorEvan Prodromou <evan@status.net>
Fri, 10 Jun 2011 22:12:51 +0000 (18:12 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 10 Jun 2011 22:12:51 +0000 (18:12 -0400)
classes/Status_network.php

index c3acacf595c029c232f9cf16dbbd2d1e51da3765..8e8569e52a63db7325497e865ede1a6806dd4948 100644 (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
 
     /* 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;
     static $cacheInitialized = false;
     static $base = null;
     static $wildcard = null;