Sorry, I did post this onto GitHub a few days ago but it hasn't shown up unfortunately!
On Vanilla 2, if you try to view the second page of discussions, or another other page, it brings up an error.
The page in question:
http://pathtoapplication.com/index.php/discussions/30Brings up this:
Fatal error: Call to a member function Result() on a non-object in /hsphere/local/home/pathtoapplication.com/applications/vanilla/views/discussions/discussions.php on line 9 Any ideas please?! :(
Thanks
Comments
Commit: http://github.com/Dykam/Garden/commit/81826ca1952db409d49a185ffda65c14e1c48e2e
applications/vanilla/views/discussions/discussions.php r8
Replace if (property_exists($this, 'AnnounceData')) {
With if (property_exists($this, 'AnnounceData') && $this->AnnounceData) {