]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
IMPORTANT - fixed HubSub to properly fetch primary keys
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 21 Aug 2013 09:25:08 +0000 (11:25 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 21 Aug 2013 09:25:08 +0000 (11:25 +0200)
commit0bbcfa7bdf0b9132c2d9f1f69d483c8aa817754d
tree92a71578ace71fd06b36368a39d7ce426b75c24e
parent66997f2beca073b037dac7b254f5d45e9ad5196a
IMPORTANT - fixed HubSub to properly fetch primary keys

In commit e95f77d34c501d345e731ccf6bc722034d155b77 HubSub lost the
'staticGet' function in a consolidation into the Managed_DataObject class.
This was done carelessly by me as HubSub::staticGet was actually taking
two arguments, none of which was a key and merging them in HubSub::hashkey()
(staticGet was renamed getKV 2a4dc77a633cc78907934fd93200ac16d55be78e).

NOTE: This complements commit 7e4718a4eb8d0e932398d6f150339fa6aec05267 which
fixed a similar issue for the Magicsig class.
plugins/OStatus/actions/pushhub.php
plugins/OStatus/classes/HubSub.php
plugins/OStatus/lib/hubprepqueuehandler.php