← Back to team overview

mahara-contributors team mailing list archive

[Bug 1510082] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5641
Committed: https://git.mahara.org/mahara/mahara/commit/079a9d6c393cef42c23bcaa8a50545e302583d67
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 079a9d6c393cef42c23bcaa8a50545e302583d67
Author: Jitendra Rana <jnrana@xxxxxxxxxxxxxxxxxxxxx>
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 <robertl@xxxxxxxxxxxxxxx>

-- 
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:
  In Progress

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


References