Use correct value for LastEdited

This commit is contained in:
Darren Inwood 2014-03-27 13:13:18 +13:00
parent c3a0e33f14
commit 25a83b9a25
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class SearchUpdater_DeleteHandler extends DataExtension {
SearchUpdater::$processor = Injector::inst()->create('SearchUpdateProcessor');
}
// Force a write before deleting, to mark this one as dirty
$this->owner->LastEdited = date();
$this->owner->LastEdited = time();
$this->owner->write();
}
}