https://bugzilla.wikimedia.org/show_bug.cgi?id=34572
--- Comment #3 from Ryan Kaldari <[email protected]> 2012-02-22 05:20:07 UTC --- I suspect the problem is actually the line immediately before that one. On test2.wikipedia.org that's where CentralNotice's banner controller loads. On non-updated wikis, it loads at the bottom of the page. The loading hook is BeforePageDisplay in both cases (which it's been using for years). Did someone recently change (fix?) the behavior of that hook? We might just need to switch the hook used in CentralNotice from BeforePageDisplay to SkinAfterBottomScripts, as it really should load at the bottom. (Although I'm not sure why loading at the top would ever cause an error.) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
