@hairmare squashed bugs

This commit is contained in:
Zachary Klosko 2020-12-21 14:42:55 -05:00
parent 1476b69abc
commit bd730c87e0
2 changed files with 2 additions and 2 deletions

View file

@ -772,7 +772,7 @@ class Application_Model_Preference
public static function GetImportTimestamp()
{
return self::getValue("import_timestamp");
return (int) self::getValue("import_timestamp");
}
public static function GetStreamType()