MDL-30740 skydrive: show albums as essentially they are "folders"
If you create a folder in SkyDrive and add image to it, it will be calssified as album and, this will not be listed without this patch.
This commit is contained in:
committed by
Dan Poltawski
parent
7446284108
commit
1bb2f42130
@@ -127,6 +127,7 @@ class microsoft_skydrive extends oauth2_client {
|
||||
foreach ($ret->data as $file) {
|
||||
switch($file->type) {
|
||||
case 'folder':
|
||||
case 'album':
|
||||
$files[] = array(
|
||||
'title' => $file->name,
|
||||
'path' => $file->id,
|
||||
|
||||
Reference in New Issue
Block a user