$ret[] = array(
      'success' => TRUE,
      'query' => t("Cleared views cache. Views integration will be automatically be rebuilt for table $this->tableName by views.")
    );

Instead of putting the variable in the string, it should be replaced by a % t() replacement. There's a few instances of this in migrateSchema().

Comments

sidharth_k’s picture

Assigned: Unassigned » sidharth_k
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Clarifying function.