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:
Chris Morgan
2005-08-23 00:26:08 +00:00
committed by WineHQ
parent 16029378eb
commit 371327cb87

View File

@@ -430,7 +430,7 @@ class User {
$sQuery = "select ".$selectTerms." from appMaintainers, appVersion, appData where
(
((appMaintainers.appId = appVersion.appId) AND
(appMaintainers.superMaintainer = '0'))
(appMaintainers.superMaintainer = '1'))
OR
((appMaintainers.versionId = appVersion.versionId)
AND (appMaintainers.superMaintainer = '0'))