Subscriber & Segment listings
- fixed filters - added load/save state from url - added goBack on forms in order to get back listing states wx# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@ -23,7 +23,7 @@ class Model extends \Sudzy\ValidModel {
|
||||
|
||||
private function setTimestamp() {
|
||||
if($this->created_at === null) {
|
||||
$this->created_at = date('Y-m-d H:i:s');
|
||||
$this->set_expr('created_at', 'NOW()');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user