In akamai_cache_control_submit (akamai.module.inc), if the call to akamai_clear_url fails you get an error message in drupal_set_message( t("....", array(), 'error'));

CommentFileSizeAuthor
#1 akamai-wrong-t-args.patch556 bytesmsonnabaum

Comments

msonnabaum’s picture

Status: Active » Needs review
StatusFileSize
new556 bytes

Looks like a ) got put in the wrong place so drupal_set_message()'s arg was getting passed to t().

Patch fixes.

febbraro’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 101da22 on 7.x-1.x, 8.x-1.x authored by msonnabaum, committed by febbraro:
    Issue #1327588 by msonnabaum | jonz35: Fixed Malformed use of t-function...

  • Commit 101da22 on 7.x-1.x, 8.x-1.x, 7.x-2.x authored by msonnabaum, committed by febbraro:
    Issue #1327588 by msonnabaum | jonz35: Fixed Malformed use of t-function...

  • Commit 101da22 on 7.x-1.x, 8.x-1.x, 7.x-2.x, 8.x-2.x authored by msonnabaum, committed by febbraro:
    Issue #1327588 by msonnabaum | jonz35: Fixed Malformed use of t-function...