summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile')
-rw-r--r--extensions/UserProfile/lib/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/lib/Util.pm b/extensions/UserProfile/lib/Util.pm
index e50260af2..6b2eff098 100644
--- a/extensions/UserProfile/lib/Util.pm
+++ b/extensions/UserProfile/lib/Util.pm
@@ -74,7 +74,7 @@ EOF
SELECT COUNT(*)
FROM attachments
WHERE submitter_id = ?
- AND (ispatch = 1
+ AND (ispatch = 1
OR mimetype IN ('text/x-github-pull-request',
'text/x-review-board-request',
'text/x-phabricator-request'))