mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Fix Scrutinizer reported errors
This commit is contained in:
parent
4a2d7b97f6
commit
80cd08ed04
29 changed files with 117 additions and 92 deletions
|
@ -1015,7 +1015,7 @@ class Query
|
|||
*/
|
||||
private function get_select()
|
||||
{
|
||||
$select_string = implode($this->_state['select'], ", ");
|
||||
$select_string = implode(", ", $this->_state['select']);
|
||||
return $select_string;
|
||||
|
||||
} // get_select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue