Quote:
Originally Posted by SVTCobraLTD
Mind letting us know the edits? I have a few people who said they have had a problem trying to work on their timeslip information. Thanks
|
in template: modifytimeslip
Replace
PHP Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updatevehicleprofile" />
With
PHP Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="updatevehicleprofile" />