Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/UTRSBot'
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed May 12, 2016
2 parents a4c6308 + b121b14 commit 6259a28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public_html/includes/Peachy/Includes/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ public function __construct( Wiki &$wikiClass, $pgUsername ) {
$this->exists = true;
}

$this->username = $uiRes['query']['users'][0]['name'];

if(is_numeric(ip2long( $pgUsername))) {
$this->exists = false;
$this->ip = true;
Expand Down

0 comments on commit 6259a28

Please sign in to comment.