]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/OStatus/lib/magicenvelope.php
Fixed regression in OStatus sub from WebFinger/XML_XRD update
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 30 Sep 2013 21:12:35 +0000 (23:12 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 30 Sep 2013 21:33:28 +0000 (23:33 +0200)
commita7e748479c273ddecfe9fdbd72670fe1abe766bf
tree7f501c9a5a8945208bb9ebe4277e94785b6a35f9
parentcced063e47878681a03dc287d8d6293b6981db08
Fixed regression in OStatus sub from WebFinger/XML_XRD update

XML_XRD::getAll requires arguments (at least relation). If one really
want all links, just get the 'links' array. It's public!

Also, not all XML_XRD_Element_Link were migrated from the previous
array style.
plugins/OStatus/actions/ostatusinit.php
plugins/OStatus/actions/ostatustag.php
plugins/OStatus/lib/discoveryhints.php
plugins/OStatus/lib/magicenvelope.php