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

--- Comment #1 from Reedy <[email protected]> 2011-05-20 09:02:28 UTC ---
    /**
     * Get the author user ID
     */    
    public function getAuthorId() {
        $field = $this->list->getAuthorIdField();
        return intval( $this->row->$field );
    }

    /**
     * Get the author user name
     */    
    public function getAuthorName() {
        $field = $this->list->getAuthorNameField();
        return strval( $this->row->$field );
    }



That just looks completely wrong...

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

Reply via email to