Whenever I take actions in administer > troll, I receive the following warning:

warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/my_username/sites/my_site/public/modules/troll.module on line 383.

Offending line of code is:

$pager = theme('pager', NULL, 25, 0, array_merge(tablesort_pager(), $edit));

I wasn't able to see where $edit was defined, but I didn't look very hard.

$ php -v
PHP 5.1.2-1+b1 (cli) (built: Mar 20 2006 04:17:24)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Drupal version 4.6.6

Comments

deekayen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.