From: Jan Schneider Date: Mon, 8 Jun 2009 15:37:02 +0000 (+0200) Subject: Fix property name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=95eb2a91e2d18aec9d9eea81eea3dfb0efe395e0;p=horde.git Fix property name. --- diff --git a/framework/Support/lib/Horde/Support/Stack.php b/framework/Support/lib/Horde/Support/Stack.php index 30499f748..f74177351 100644 --- a/framework/Support/lib/Horde/Support/Stack.php +++ b/framework/Support/lib/Horde/Support/Stack.php @@ -23,7 +23,7 @@ class Horde_Support_Stack public function __construct($stack = array()) { - $this->_a = $stack; + $this->_stack = $stack; } public function push($value)