fixed typo

This commit is contained in:
Ralf Becker 2006-12-20 09:25:29 +00:00
parent 6cb939d3f5
commit 3660b40851

View File

@ -201,7 +201,7 @@
{ {
foreach($val as $k => $v) foreach($val as $k => $v)
{ {
if (!is_array($v) && strstr($val,'$$') !== False) if (!is_array($v) && strstr($v,'$$') !== False)
{ {
$this->data[$app][$key][$k] = $this->parse_notify($v); $this->data[$app][$key][$k] = $this->parse_notify($v);
} }