Merge pull request #16429 from ixiam/dev/core#1113
[civicrm-core.git] / CRM / Mailing / BAO / Recipients.php
index 5c60de45d170065ef82fd3b058e08d7485bdd41d..14820ed84cf19e35450e17770867f781be48d62c 100644 (file)
@@ -100,7 +100,7 @@ WHERE  r.mailing_id = %1
       $limitString = "LIMIT 0, $totalLimit";
     }
     $temporaryTable = CRM_Utils_SQL_TempTable::build()
-      ->setCategory('srcmailing' . $sourceMailingId)
+      ->setCategory('sr' . $sourceMailingId)
       ->setMemory()
       ->createWithColumns("mailing_recipient_id int unsigned, id int PRIMARY KEY AUTO_INCREMENT, INDEX(mailing_recipient_id)");
     $temporaryTableName = $temporaryTable->getName();