i was backporting the opensearch patch to the last release
when i noticed it
seems the favicon search code that was added has a minor bug
in it ... the
first if() does file_exists() while the other if else causes
simply do
elseif(string) ... attached patch corrects the behavior to
do
elseif(file_exists(string))
-mike