in the function of the "search customer" i get the value of '%{$Content[0]' = ' ' and the system crash with the message "Can't use an undefined value as a HASH reference at Knel/System/Ticket/Article.pm line 1004 ".

i resolv thi error changing  the if control in the sub "ArticleGet" from:

if ($Param{ArticleID}) { return %{$Content[0]}; } else { return @Content;
   }

to :

if ($Param{ArticleID} && $Content[0] ) { return %{$Content[0]}; } else { return @Content;
   }

is correct ? is a bug ? Now when "Search customer" i get some the article empy !!!

thanks and wait for reply

bye
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to