diff options
Diffstat (limited to 'includes/Profiling.php')
-rwxr-xr-x | includes/Profiling.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Profiling.php b/includes/Profiling.php index 2a108a86a58d..392ca38f1247 100755 --- a/includes/Profiling.php +++ b/includes/Profiling.php @@ -118,7 +118,7 @@ class Profiler $this->mCalls[$fname] ++; } - $total = $this->mCollated["-total"]; + $total = @$this->mCollated["-total"]; $overhead = $this->mCollated["-overhead-internal"] / $profileCount; $this->mCalls["-overhead-total"] = $profileCount; |