Pumpio does connect now again. #723

Merged
annando merged 3 commits from fix-pumpio into 2018.08-rc 2018-08-29 20:29:18 +02:00
Showing only changes of commit 2db9b497bd - Show all commits

View file

@ -138,10 +138,6 @@ function pumpio_registerclient(App $a, $host)
function pumpio_connect(App $a)
{
// Start a session. This is necessary to hold on to a few keys the callback script will also need
// Currently disabled, since a session is already running
//session_start();
// Define the needed keys
$consumer_key = PConfig::get(local_user(), 'pumpio', 'consumer_key');
$consumer_secret = PConfig::get(local_user(), 'pumpio', 'consumer_secret');