mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
fixed typo
This commit is contained in:
parent
6cb939d3f5
commit
3660b40851
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user