Last modified: 2010-08-22 16:12:17 UTC
Created attachment 7412 [details] patch In ForeignAPIRepo.php the index 'name' of $img on line 157 is undeclared, which returns a E_NOTICE. Patch included below.
There is no codepath where ApiQueryAllimages can return an list item without the name key set. Can you provide an image and the shared repo where this occurs?
It is not present in 1.14, see r41303.
Fixed in r71436. I didn't use the attached patch because creating a bunch of null titles would be useless. Without the 'name' attribute, findBySha1() isn't very helpful.