https://bugzilla.wikimedia.org/show_bug.cgi?id=34411
--- Comment #1 from Jeroen De Dauw <[email protected]> 2012-02-20 18:53:46 UTC --- I applied this as part of your patch at https://github.com/mwjames/smw-srfgallerycarousel This looks a bit odd to me though: !$imgTitle->getDBkey() == null I read that as: if the negation of $imgTitle->getDBkey() is 'sort of equal' to null. Is that what you want it to do? Please use is_null(). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
