mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 20:02:15 +09:00
#220 return data type errro
This commit is contained in:
parent
25f382d6bc
commit
87fa55a0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ class FileHandler
|
|||
break;
|
||||
}
|
||||
|
||||
return (int) $val;
|
||||
return $val;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue