]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix three fatal errors when posting from 0.9.x:
authorBrion Vibber <brion@pobox.com>
Fri, 23 Oct 2009 20:31:53 +0000 (20:31 +0000)
committerBrion Vibber <brion@pobox.com>
Fri, 23 Oct 2009 20:31:53 +0000 (20:31 +0000)
commitb89878511f1f30b4e18858940a5468b8999ab7ea
treeb4e9b7abdcfd62275cc1fd40a5512c82e3821409
parentc93b9b9523d64f29e5d2d9885febd0ac4c167a20
Fix three fatal errors when posting from 0.9.x:
* OMB remote updates were trying to load nonexistent Laconica_OMB_Service_Consumer class -- fixed to StatusNet_OMB_Service_Consumer. Regression caused during libomb merge.
* Twitter processing was still being queued from core when no twitter plugin was present, which triggered an exception from UnqueueHandler; leftover code from before the plugin extraction.
* UnqueueHandler's exception caused a fatal error instead because it was missing the "new" keyword. Wouldn't have been seen when testing with the plugin enabled.
lib/omb.php
lib/unqueuemanager.php
lib/util.php