playerock

This commit is contained in:
lalka2016 2023-09-15 16:28:02 +03:00
parent 6714f50919
commit 704148cfc3

View file

@ -167,9 +167,9 @@ abstract class Postable extends Attachable
$this->stateChanges("created", time());
$this->stateChanges("virtual_id", $pCount + 1);
} else {
} /*else {
$this->stateChanges("edited", time());
}
}*/
parent::save();
}