Quote:
Originally Posted by BrentWilson
Warning: array_keys(): The first argument should be an array in /home/httpd/vhosts/mustang-forums.com/httpdocs/forums/admincp/pm.php on line 156
Anyone care to stop arguing and actually help fix this error? Someone has already asked about this one earlier
|
On Line 156:
Find:
Code:
$pm['receiver_key'] = array_keys(&$pm['receiver_raw']);
Change to this:
Code:
$pm['receiver_key'] = //array_keys(&$pm['receiver_raw']);