https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
Chris Steipp changed:
What|Removed |Added
Status|PATCH_TO_REVIEW |RESOLVED
Resolution|---
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
--- Comment #4 from Gerrit Notification Bot ---
Change 172279 merged by jenkins-bot:
Don't offer "specific project" on Special:OAuthConsumerRegistration/propose
when no other projects are available
https://gerrit.wikimedia.org/r/172279
--
Yo
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
--- Comment #2 from Gerrit Notification Bot ---
Change 172279 had a related patch set uploaded by Anomie:
Don't offer "specific project" on Special:OAuthConsumerRegistration/propose
when no other projects are available
https://gerrit.wikimedia
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
Gerrit Notification Bot changed:
What|Removed |Added
Status|NEW |PATCH_TO_REVIEW
--
You are
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
--- Comment #3 from Brad Jorsch ---
(In reply to Sam Reed (reedy) from comment #1)
> At a quick glance, just an empty array should work...
You missed that an empty array is specifically rejected:
> if ( !is_array( $this->autocom
https://bugzilla.wikimedia.org/show_bug.cgi?id=73163
--- Comment #1 from Sam Reed (reedy) ---
At a quick glance, just an empty array should work...
if ( array_key_exists( 'autocomplete-messages', $this->mParams ) ) {
foreach ( $this->mParams['autocomplete-messages'] as $key =