Skip to content

Commit

Permalink
Enable Asset timestamp for image submit buttons ...
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesnagl authored and markstory committed Oct 20, 2011
1 parent 0ac46f3 commit 76e6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/form.php
Expand Up @@ -1360,7 +1360,7 @@ function submit($caption = null, $options = array()) {
}
$out .= $before . sprintf(
$this->Html->tags['submitimage'],
$url,
$this->assetTimestamp($url),
$this->_parseAttributes($options, null, '', ' ')
) . $after;
} else {
Expand Down

0 comments on commit 76e6452

Please sign in to comment.