← Back to team overview

mahara-contributors team mailing list archive

[Bug 1517228] Re: Undefined index: ticks

 

** Changed in: mahara/15.04
       Status: In Progress => Fix Committed

** Changed in: mahara/15.10
       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 Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1517228

Title:
  Undefined index: ticks

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:
  There is a function in mahara called perf_to_log which retrieves some
  performance information from get_performance_info(), turns it to a
  string and adds the string to log file.

  But there is a problem with it.

  the get_performance_info() does a check for things but the perf_to_log
  expects all options to exist.

  This is annoying as it fills up the error log with crud we don't need

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517228/+subscriptions


References