]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Workaround for bug causing fatal error during favoriting; Profile::getCurrentNotice...
authorBrion Vibber <brion@pobox.com>
Wed, 2 Mar 2011 01:01:35 +0000 (17:01 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 2 Mar 2011 01:01:35 +0000 (17:01 -0800)
commitd09aa9c94728a3e4369dfb7b171b7e52e59b1234
tree99d54507a480a20cc67cba52dc1361c8b391c69c
parent8cacecb6dc8f5e467c0782dccc413789c698dd43
Workaround for bug causing fatal error during favoriting; Profile::getCurrentNotice() was returning an ArrayList instead of a Notice directly due to pulling through Profile::getNotices(). This caused failure in Fave::addNew() which specifies it wants a Notice. Caused failure of the 'fav' IM command.
classes/Profile.php