aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Profiling.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Profiling.php')
-rwxr-xr-xincludes/Profiling.php2
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;