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

--- Comment #3 from Reedy <s...@reedyboy.net> 2011-07-05 23:13:41 UTC ---
        # Show sign-offs
        $userCanSignoff = $this->canSignoff();
        $signOffs = $this->mRev->getSignoffs();
        if ( count( $signOffs ) || $userCanSignoff ) {
            $html .= "<h2 id='code-signoffs'>" . wfMsgHtml( 'code-signoffs' ) .
                "</h2>\n" . $this->formatSignoffs( $signOffs, $userCanSignoff
);
        }

The middle case here I think, is when the user is able to signoff, but there
isn't any signoffs...

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

Reply via email to