Quote:
Reason ;
Updated!
Corrected array_merge in code example:
PHP Code:
$ctemplates["$_REQUEST[dostyleid]"] = array_merge($ctemplates["$_REQUEST[dostyleid]"], $rtemplates["$_REQUEST[dostyleid]"]);
Should have read:
PHP Code:
$ctemplates["$_REQUEST[dostyleid]"] = array_merge((array)$ctemplates["$_REQUEST[dostyleid]"], $rtemplates["$_REQUEST[dostyleid]"]);
Please download the new .zip, extract and then upload the contents of the "upload" folder to your forum root and enjoy!
Sincerely,
Michael Miller
|
Installed the updated version and working
4.1.2
(Still not sure the value of this, but I've kept it so far)