CC-3179 : shows populated date must be timestamp.
This commit is contained in:
parent
85b2bf6e55
commit
c887fec86b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class Application_Model_Preference
|
|||
* A row from cc_show_days table
|
||||
*/
|
||||
public static function SetShowsPopulatedUntil($dateTime) {
|
||||
self::SetValue("shows_populated_until", $dateTime->format("Y-m-d"));
|
||||
self::SetValue("shows_populated_until", $dateTime->format("Y-m-d H:i:s"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue