Merge pull request #16419 from civicrm/5.22
[civicrm-core.git] / CRM / Core / DAO.php
index fcb2070c8ebab0fb9157cd0dd1c4d52f419ee33f..70fd10bc8a638277cd960052ab7370c86bc13691 100644 (file)
@@ -1104,7 +1104,7 @@ FROM   civicrm_domain
    *
    * @return array
    */
-  public function fetchAll() {
+  public function fetchAll($k = FALSE, $v = FALSE, $method = FALSE) {
     $result = [];
     while ($this->fetch()) {
       $result[] = $this->toArray();