Skip to content

Commit 0a988e1

Browse files
committed
just some typos and whitespace
1 parent 12f12a5 commit 0a988e1

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

UserProfilesPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function filterApiResources($resources, $arg)
186186
);
187187
$resources['user_profiles_multivalues'] = array(
188188
'record_type' => 'UserProfilesMultiValue',
189-
'action' => array('index', 'get')
189+
'actions' => array('index', 'get')
190190
);
191191
return $resources;
192192
}

libraries/ApiImport/ResponseAdapter/Omeka/UserProfilesProfile.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ public function import()
2323
} catch (Exception $e) {
2424
_log($e);
2525
}
26-
return $this->record;
26+
return $this->record;
2727
}
28-
29-
28+
3029
/**
3130
* Process the element text data
3231
* @param array $responseData

0 commit comments

Comments
 (0)