https://bugzilla.wikimedia.org/show_bug.cgi?id=37894

roopak <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from roopak <[email protected]> ---
"mw.loader.state" needs to be called only after a valid registry is loaded.
But the registry is not necessarily loaded always as it is done through startUp
function which is in an if condition (which is not necessarily true)
So, either call the startup function always before the loader.state is invoked,
or replace the startUp fuction definion with the body of that fucntion itself.

-- 
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

Reply via email to