From 1686a887483345667dc9ba4f50b69034a18604a8 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 15 Mar 2006 04:33:28 +0000 Subject: Fixed a typo in TStack. --- framework/Collections/TStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php index de49031d..72ca2dd0 100644 --- a/framework/Collections/TStack.php +++ b/framework/Collections/TStack.php @@ -100,7 +100,7 @@ class TStack extends TComponent implements IteratorAggregate */ public function contains($item) { - return array_search($item,$this->_d,true))!==false; + return array_search($item,$this->_d,true)!==false; } /** -- cgit v1.2.3