https://bugzilla.wikimedia.org/show_bug.cgi?id=40820
Sam Reed (reedy) <s...@reedyboy.net> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wikibugs-l@lists.wikimedia. |kren...@gmail.com |org | --- Comment #1 from Sam Reed (reedy) <s...@reedyboy.net> 2012-10-06 15:48:52 UTC --- The somewhat obfuscated usage doesn't help: $tpl->set( 'credits', Action::factory( 'credits', $this->getWikiPage(), $this->getContext() )->getCredits( $wgMaxCredits, $wgShowCreditsIfMax ) ); My dev wiki is working fine though (In reply to comment #0) > Obviously, includes/actions/CreditsAction.php has CreditsAction::getCredits(), > but I haven't tracked this down further yet. No it doesn't, as of the revision you suggested class CreditsAction extends FormlessAction { public function getName() { return 'credits'; } /** * This is largely cadged from PageHistory::history * * @return String HTML */ public function onView() { $this->getOutput()->redirect( $this->getTitle()->getLocalURL( "action=info" ) ); } } -- 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 Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l