Bug strange bug in admincp

Status
Not open for further replies.

twolegit

Customer
Warning: array_diff() [function.array-diff]: Argument #1 is not an array in [path]/admincp/credits_admin.php on line 2001

Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/credits_admin.php on line 2001

this is located in admincp/vbcredits/browse and moderate logs
 
in (forums)/(admincp)/credits_admin.php find

PHP:
    $stats = array(array(), array());
    $sql[4] = $str[4] = '';

replace with

PHP:
    $stats = array(array(), array());
    $sql = $str = array();
 
Status
Not open for further replies.

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
845
Customer rating
0.00 star(s) 0 ratings
Top