mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2021-05-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcastmanager(1) that generated a SQL error when run with a user with no authorized feeds. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -418,7 +418,7 @@ void RDFeedListModel::changeUser()
|
||||
{
|
||||
QString sql;
|
||||
RDSqlQuery *q=NULL;
|
||||
QString filter_sql="where ";
|
||||
QString filter_sql="where (`KEY_NAME` is null)||";
|
||||
|
||||
if(d_is_admin) {
|
||||
sql=QString("select ")+
|
||||
|
||||
Reference in New Issue
Block a user