From 5ee20e11121b75b4d24fcb00b345456efaff5c08 Mon Sep 17 00:00:00 2001 From: artem Date: Tue, 13 Nov 2007 14:50:59 +0000 Subject: - [NTT-43] merged rev. 5003:5004 of branches/1.4/ (Artem) [fixed issue "Trigger still remains"] git-svn-id: svn://svn.zabbix.com/trunk@5010 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/ctag.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/classes') diff --git a/frontends/php/include/classes/ctag.inc.php b/frontends/php/include/classes/ctag.inc.php index f8a93ea2..923cc00a 100644 --- a/frontends/php/include/classes/ctag.inc.php +++ b/frontends/php/include/classes/ctag.inc.php @@ -83,8 +83,8 @@ function Destroy() { -### TODO Problem under PHP 5.0 "Fatal error: Cannot re-assign $this in ..." -# $this = null; +// TODO Problem under PHP 5.0 "Fatal error: Cannot re-assign $this in ..." +// $this = null; $this->CleanItems(); } -- cgit