summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/class/table.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/table.class.php b/app/class/table.class.php
index ac21aaf..52a3e7d 100644
--- a/app/class/table.class.php
+++ b/app/class/table.class.php
@@ -142,6 +142,8 @@ abstract class table
database::query($query);
}
}
+
+ $this->refreshObj(); // fetch default, unset values from database
}
}