Comment 8 for bug 1517228

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/5758
Committed: https://git.mahara.org/mahara/mahara/commit/296fe5198efff7a84f708c796ff9556385e4fe80
Submitter: Aaron Wells (<email address hidden>)
Branch: 1.10_STABLE

commit 296fe5198efff7a84f708c796ff9556385e4fe80
Author: Robert Lyon <email address hidden>
Date: Wed Nov 18 11:29:16 2015 +1300

Bug 1517228: perf_to_log function amd misisng data

Because some systems may not have all the available data we should
check if the data exists before trying to display it.

To test:
Before patch change the line in lib/mahara.php
if (function_exists('posix_times')) {
to
if (!function_exists('posix_times')) {

and make sure the 'perf_to_log' config option is set to true

This will cause the errors we are trying to deal with to show up

behatnotneeded

Change-Id: If9610fa0eaf4c8bb036b21c1c75e10d828de7934
Signed-off-by: Robert Lyon <email address hidden>
(cherry picked from commit e9584a54cc890b3f9bd0ba7cab57b600a4a836a2)