Problem/Motivation

clientside_validation_jquery_page_attachments() attempts to add cache tags using $page['#cache']['#tags'] when it should be $page['#cache']['tags']

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

loze created an issue. See original summary.

loze’s picture

Status: Active » Needs review
benstallings’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!