Comment 1 for bug 1409859

Revision history for this message
Dan Garner (dangarner) wrote :

modules3rdparty/twitter-oauth-OAuth.php

Line 384, move down to below $schema assignment

$port = (isset($parts['port'])) ? $parts['port'] : (($scheme == 'https') ? '443' : '80');