Fix User::getAppDataQuery() copy/paste bug that was causing super maintainers to not be able to process app data for applications they super maintain
This commit is contained in:
@@ -430,7 +430,7 @@ class User {
|
|||||||
$sQuery = "select ".$selectTerms." from appMaintainers, appVersion, appData where
|
$sQuery = "select ".$selectTerms." from appMaintainers, appVersion, appData where
|
||||||
(
|
(
|
||||||
((appMaintainers.appId = appVersion.appId) AND
|
((appMaintainers.appId = appVersion.appId) AND
|
||||||
(appMaintainers.superMaintainer = '0'))
|
(appMaintainers.superMaintainer = '1'))
|
||||||
OR
|
OR
|
||||||
((appMaintainers.versionId = appVersion.versionId)
|
((appMaintainers.versionId = appVersion.versionId)
|
||||||
AND (appMaintainers.superMaintainer = '0'))
|
AND (appMaintainers.superMaintainer = '0'))
|
||||||
|
|||||||
Reference in New Issue
Block a user