Merge pull request #23190 from eileenmcnaughton/pradeep
[civicrm-core.git] / CRM / Core / BAO / PdfFormat.php
index 40c7c84211e6e99a099c105cb3f6d6488b869197..a082ace7afe12a9547b18291373154070c1bf1f2 100644 (file)
@@ -328,7 +328,7 @@ class CRM_Core_BAO_PdfFormat extends CRM_Core_DAO_OptionValue {
    *   Id of the database record (null = new record).
    * @throws CRM_Core_Exception
    */
-  public function savePdfFormat(&$values, $id = NULL) {
+  public function savePdfFormat($values, $id = NULL) {
     // get the Option Group ID for PDF Page Formats (create one if it doesn't exist)
     $group_id = self::_getGid();