Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jun 17, 2024
1 parent 8766497 commit ed95af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/playlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ public static function getAllToShowOnFirstPage()
}
$sql = "SELECT u.*, pl.* FROM playlists pl "
. " LEFT JOIN users u ON users_id = u.id "
. " WHERE showOnFirstPage=1 ORDER BY name ASC";
. " WHERE showOnFirstPage=1 ORDER BY pl.name ASC";

//$sql .= self::getSqlFromPost();
//echo $sql;exit;
Expand Down

0 comments on commit ed95af7

Please sign in to comment.