From: Tim Starling Date: Tue, 23 Mar 2004 12:06:10 +0000 (+0000) Subject: Fix notice X-Git-Tag: 1.3.0beta1~725 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=7ef0896ad7a11d07a70ec09790e8a98f78382b5b;p=lhc%2Fweb%2Fwiklou.git Fix notice --- diff --git a/includes/Profiling.php b/includes/Profiling.php index 2a108a86a5..392ca38f12 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;