mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
playerock
This commit is contained in:
parent
6714f50919
commit
704148cfc3
1 changed files with 2 additions and 2 deletions
|
@ -167,9 +167,9 @@ abstract class Postable extends Attachable
|
||||||
$this->stateChanges("created", time());
|
$this->stateChanges("created", time());
|
||||||
|
|
||||||
$this->stateChanges("virtual_id", $pCount + 1);
|
$this->stateChanges("virtual_id", $pCount + 1);
|
||||||
} else {
|
} /*else {
|
||||||
$this->stateChanges("edited", time());
|
$this->stateChanges("edited", time());
|
||||||
}
|
}*/
|
||||||
|
|
||||||
parent::save();
|
parent::save();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue