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

       Web browser: ---
            Bug ID: 52368
           Summary: VisualEditor.php attempts to register a hook handler
                    that was removed
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: jforres...@wikimedia.org
          Reporter: bugzilla+org.wikime...@tuxmachine.com
                CC: jforres...@wikimedia.org, krinklem...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

VisualEditor.php attempts to register a hook handler that was removed (summary
credit goes to Ori)

stack: http://paste.tstarling.com/p/GuTJEM.html

Tim says:

> var_dump($wgHooks['BeforeWelcomeCreation']);
array(2) {
  [0]=>
  string(42) "VisualEditorHooks::onBeforeWelcomeCreation"
  [1]=>
  string(44) "GettingStartedHooks::onBeforeWelcomeCreation"
}

> print is_callable($wgHooks['BeforeWelcomeCreation'][0]);

> print is_callable($wgHooks['BeforeWelcomeCreation'][1]);
1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to