CMS MADE SIMPLE FORGE

Gallery

 

[#12636] action.default spams the php error log

avatar
Created By: Ludger Merkens (lume)
Date Submitted: Sat Jul 29 05:39:04 -0400 2023

Assigned To: Jos (josvd)
Version: 2.4.3
CMSMS Version: 2.2.16
Severity: Trivial
Resolution: None
State: Open
Summary:
action.default spams the php error log
Detailed Description:
its a minor nuicance and easy to fix.

its just a code cleanup in action.default.php

Line 396 go from if (!$jsposition) to something like if (!isset($jsposition)

and likewise Line 405 add the isset check.to the if ($jsposition) check.

thanks
Ludger




History