Index: trunk/extensions/TweetANew/lib/tmhOAuth.php |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | shuffle($sequence); |
85 | 85 | |
86 | 86 | $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)); |
88 | 88 | } |
89 | 89 | } |
90 | 90 | |