Added Borderpoint status to Preorder
This commit is contained in:
@@ -42,15 +42,6 @@ class Building extends mfBaseModel {
|
||||
return $data;
|
||||
}
|
||||
|
||||
protected function afterSave() {
|
||||
if($this->in_after_save) return true;
|
||||
$this->in_after_save++;
|
||||
|
||||
$this->resetProperties();
|
||||
|
||||
$this->in_after_save--;
|
||||
}
|
||||
|
||||
public function resetProperties() {
|
||||
$this->network = null;
|
||||
$this->pop = null;
|
||||
|
||||
Reference in New Issue
Block a user