Merge pull request #559 from ghmer/master

Fix for Issue #424
This commit is contained in:
Daniel Molkentin 2013-04-22 04:01:22 -07:00
commit e3f8a918d6

View File

@ -416,7 +416,9 @@ void ownCloudInfo::slotReplyFinished()
} else if( key == QLatin1String( "edition") ) {
// get version out
edition = val;
} else {
} else if(key == QLatin1String("installed")) {
// Silently ignoring "installed = true" information
} else {
qDebug() << "Unknown info from ownCloud status.php: "<< key << "=" << val;
}
}