[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-10-23 Thread Aaron Wells
** Changed in: mahara Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-09-30 Thread Aaron Wells
** Changed in: mahara Milestone: 1.8rc1 = 1.8.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-07-23 Thread Robert Lyon
According to the php page for the function count() http://php.net/manual/en/function.count.php If var is not an array or an object with implemented Countable interface, 1 will be returned. So if $data-content is empty but not null then count($data-content) will return 1. Which is not what we

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-07-22 Thread Aaron Wells
What $data was being passed in, that had count($data) 0, but false===is_array($data) ? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-07-10 Thread Son Nguyen
** Changed in: mahara Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1191605

[Mahara-contributors] [Bug 1191605] Re: blocktype/externalfeed/lib.php throws array_chunk errors

2013-06-16 Thread Robert Lyon
submitted patch https://reviews.mahara.org/#/c/2279/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1191605 Title: