X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_helpviewer.inc;h=aad1af72bdba734392a8ffa8307023c3137c990a;hb=1fac73f3983fd6dc8f75341dbe44637c1d7820fe;hp=874f24b3f02958c43b9a7c221cfe0fc3440183e7;hpb=8ed10a962338dacc357d1aee6eb1d70729b9f4b6;p=gosa.git diff --git a/include/functions_helpviewer.inc b/include/functions_helpviewer.inc index 874f24b3f..aad1af72b 100644 --- a/include/functions_helpviewer.inc +++ b/include/functions_helpviewer.inc @@ -314,7 +314,7 @@ function search($arr,$word) /* Filter in Tag results*/ if(count($matches[0])){ foreach($matches[0] as $num=>$hit){ - if(isset($arr[$key]['content']) && (is_in_tag($arr[$key]['content'],$hit[1]))){ + if(isset($arr[$keys][$key]['content']) && (is_in_tag($arr[$keys][$key]['content'],$hit[1]))){ unset($matches[0][$num]); } }