Fix regression that stopped maintainers from pinning comments
commitac29097ce8585b99ebe7c5d9570b0567236d45f3
authorEli Schwartz <eschwartz@archlinux.org>
Thu, 21 Dec 2017 03:27:43 +0000 (20 22:27 -0500)
committerLukas Fleischer <lfleischer@archlinux.org>
Sat, 23 Dec 2017 21:51:39 +0000 (23 22:51 +0100)
tree430668e913d87373be4d251a3f71f9f0e9269a21
parenta04fe6a13ec772c948efa67e0dcd46eefa834e63
Fix regression that stopped maintainers from pinning comments

In commit 8c98db0b82cc85a4498589e5d60299fefd93b421 support was added for
package co-maintainers to pin comments in addition to maintainers.

Due to a typo, the SQL query was reset halfway through and only added
the co-maintainer IDs to the list of allowed users.

Fixes FS#56783.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
web/lib/pkgfuncs.inc.php