mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-11 23:55:49 +00:00
Fix typo causes by null date change
This commit is contained in:
parent
4805fc16f2
commit
d187fa98f8
@ -79,7 +79,7 @@ class WeblinkTable extends Table implements VersionableTableInterface, TaggableT
|
|||||||
$date = Factory::getDate()->toSql();
|
$date = Factory::getDate()->toSql();
|
||||||
$user = Factory::getApplication()->getIdentity();
|
$user = Factory::getApplication()->getIdentity();
|
||||||
|
|
||||||
$this->modified = $date->toSql();
|
$this->modified = $date;
|
||||||
|
|
||||||
if ($this->id)
|
if ($this->id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user