r107712 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107711‎ | r107712 | r107713 >
Date:08:12, 31 December 2011
Author:varnent
Status:ok
Tags:
Comment:
included Reedy's Implode in tmhOAuth::create_nonce() fix into v57 (sorry - wasn't v58) of tmhOAuth pending fix to glitch
Modified paths:
  • /trunk/extensions/TweetANew/lib/tmhOAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TweetANew/lib/tmhOAuth.php
@@ -83,7 +83,7 @@
8484 shuffle($sequence);
8585
8686 $prefix = $include_time ? microtime() : '';
87 - $this->config['nonce'] = md5(substr($prefix . implode($sequence), 0, $length));
 87+ $this->config['nonce'] = md5(substr($prefix . implode('', $sequence), 0, $length));
8888 }
8989 }
9090

Status & tagging log