]> 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:04:05 +0000 (17:04 -0800)
commit4c09c1dc477ef920aa408a99c88deac4e43df6e8
tree8edc012add20caeafc282753abc2ad108521b583
parent6a6584741f3d91bff2461421ef220b2bcae7847d
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