Page MenuHomePhabricator

ajax Undefined offset
Open, LowestPublic

Description

PHP Notice: Undefined offset: 15 in /wiki/extensions/AJAXPoll/AJAXPoll_body.php on line 338

change line 334 from

		if ( $row ) {

to
if ($row>0) {

solve this in my case.