r89382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89381‎ | r89382 | r89383 >
Date:02:45, 3 June 2011
Author:demon
Status:deferred
Tags:
Comment:
Forgot to press save, last bit of r89381
Modified paths:
  • /trunk/extensions/OpenID/OpenIDProvider.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenID/OpenIDProvider.body.php
@@ -20,9 +20,13 @@
2121 * @ingroup Extensions
2222 */
2323 class OpenIDProvider {
 24+ /**
 25+ * Properties about this provider
 26+ * @var string
 27+ */
2428 protected $id, $name, $label, $url;
2529
26 - function __construct( $id, $name, $label, $url ) {
 30+ public function __construct( $id, $name, $label, $url ) {
2731 $this->id = $id;
2832 $this->name = $name;
2933 $this->label = $label;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89381Minor tweaks to OpenIDProvider: visibility, remove bool param, raw $_COOKIE u...demon02:44, 3 June 2011

Status & tagging log