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