Fix another byref error

pull/37/head
Varun Patil 2022-09-10 15:32:49 -07:00
parent 23ccf41ebd
commit 3b80998d93
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class TimelineQuery {
* Get the days response from the database for one folder
* @param int $folderId
*/
public function getDaysFolder(int &$folderId) {
public function getDaysFolder(int $folderId) {
$sql = 'SELECT `*PREFIX*memories`.`dayid`, COUNT(`*PREFIX*memories`.`fileid`) AS count
FROM `*PREFIX*memories`
INNER JOIN `*PREFIX*filecache`