[wp-trac] [WordPress Trac] #22425: Trunk Dashboard Throwing Fatal Error

WordPress Trac noreply at wordpress.org
Mon Nov 12 20:13:29 UTC 2012


#22425: Trunk Dashboard Throwing Fatal Error
--------------------------------+--------------------
 Reporter:  miqrogroove         |       Owner:
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  3.5
Component:  External Libraries  |     Version:  trunk
 Severity:  major               |  Resolution:
 Keywords:                      |
--------------------------------+--------------------

Comment (by georgestephanis):

 Yup, that line is

 `if ($this->base_location < $link->getLineNo())`

 Probably should be

 `if ($this->base_location < ( method_exists( $link, 'getLineNo' ) ?
 $link->getLineNo() : 1 ) )`

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22425#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list