30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-29 04:30:46 +00:00

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

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)
{