Fix typo causes by null date change

This commit is contained in:
Tuan Pham Ngoc 2021-08-15 22:58:36 +07:00
parent 4805fc16f2
commit d187fa98f8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class WeblinkTable extends Table implements VersionableTableInterface, TaggableT
$date = Factory::getDate()->toSql();
$user = Factory::getApplication()->getIdentity();
$this->modified = $date->toSql();
$this->modified = $date;
if ($this->id)
{