mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-05 15:09:10 +02: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:
parent
05315e8b54
commit
c0b23e35bf
@ -21686,3 +21686,6 @@
|
||||
'INSTALL'.
|
||||
2021-05-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added an 'Environmental Variables' entry for Ubuntu in 'INSTALL'.
|
||||
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.
|
||||
|
@ -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 ")+
|
||||
|
Loading…
x
Reference in New Issue
Block a user