]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - classes/Memcached_DataObject.php
Don't use DB_DataObject::factory (statically at least)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 19 Aug 2013 09:40:35 +0000 (11:40 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 19 Aug 2013 09:40:35 +0000 (11:40 +0200)
commit0785cc2469c7bd3a6f12be89719c64b6b189252d
tree0bbf30defffc96498893a4e2b1156b0c5de229b2
parent97ce71e55d719af3ff53d70367c5e72312bcd136
Don't use DB_DataObject::factory (statically at least)

Not all instances of this has been fixed, but at least the ones
in the base class of Memcached_DataObject.

Avatar fix (in classes/Profile.php) requires a pkeyGet function
in the Avatar class (or as in this tree, the parent class of
Managed_DataObject)
classes/Memcached_DataObject.php
classes/Profile.php