Fix appData::objectGetEntriesCount() for maintainers
This commit is contained in:
committed by
Chris Morgan
parent
14bba93d37
commit
36c0da1c15
@@ -258,7 +258,7 @@ class appData
|
||||
appFamily.state = 'accepted'";
|
||||
|
||||
if($sState != 'all')
|
||||
$sQuery .= " AND appData.state = 'true'";
|
||||
$sQuery .= " AND appData.state = '$sState'";
|
||||
|
||||
if($sType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user