From e44a33145fe4cbb9b1b8d523379e374e444e1010 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sun, 24 Apr 2016 19:53:55 -0500
Subject: [PATCH] oops: Fix warning for php70

---
 include/class.dynamic_forms.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.dynamic_forms.php b/include/class.dynamic_forms.php
index 513f014c9..6131a294b 100644
--- a/include/class.dynamic_forms.php
+++ b/include/class.dynamic_forms.php
@@ -1414,7 +1414,7 @@ class DynamicFormEntryAnswer extends VerySimpleModel {
         return true;
     }
 
-    function save($refetch) {
+    function save($refetch=false) {
         if ($this->dirty)
             unset($this->_value);
         return parent::save($refetch);
-- 
GitLab