Reviewed: https://reviews.mahara.org/5838 Committed: https://git.mahara.org/mahara/mahara/commit/afe356ad76792da0354971d30e6f053d5e2b0a6e Submitter: Robert Lyon ([email protected]) Branch: 15.10_STABLE
commit afe356ad76792da0354971d30e6f053d5e2b0a6e Author: Jitendra Rana <[email protected]> Date: Thu Oct 29 12:10:53 2015 +1300 Bug 1510082: fatal error missing function format_notification_whitespace() Just need to require once 'activity.php' behatnotneeded Change-Id: Ie1de5b2b50f3de1c367bfa33f8bf4c412c40b0c8 Signed-off-by: Robert Lyon <[email protected]> (cherry picked from commit 079a9d6c393cef42c23bcaa8a50545e302583d67) -- 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 editing or unsubscribing it! https://bugs.launchpad.net/bugs/1510082 Title: Dashboard inbox & notifications not working. Status in Mahara: Fix Committed Status in Mahara 1.10 series: Fix Committed Status in Mahara 15.04 series: Fix Committed Status in Mahara 15.10 series: Fix Committed Status in Mahara 16.04 series: Fix Committed Bug description: I have just upgraded to 15.10 & dashboard messages and notification were not working. Throwing following error : Fatal error: Call to undefined function format_notification_whitespace() in /home/campusre/public_oepldev/cp/blocktype/inbox/lib.php on line 93 Just add following line above line on which this error occurred. require_once('activity.php'); To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1510082/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

