Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate_drupal / src / Plugin / migrate / source / Variable.php
index 410acec229cff80481fe94f4a5236794c1ace785..e127dfbdc87a84da0b589217be43545f2e61ad4a 100644 (file)
@@ -58,7 +58,7 @@ class Variable extends DrupalSqlBase {
   /**
    * {@inheritdoc}
    */
-  public function count() {
+  public function count($refresh = FALSE) {
     return intval($this->query()->countQuery()->execute()->fetchField() > 0);
   }