Lines 688-689 in gladius.php call the date/time "_enc" functions with four arguments, however, the functions (at lines 210, 227, 231) have a fifth argument $id that is unused. Deleting that argument appears to fix the problem.
Log in to post a comment.