@hairmare squashed bugs
This commit is contained in:
parent
1476b69abc
commit
bd730c87e0
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue