Skip to content

Commit

Permalink
Merge pull request #86 from nextcloud/hotfix
Browse files Browse the repository at this point in the history
hotfix & release v0.6.3
  • Loading branch information
violoncelloCH authored Jun 3, 2019
2 parents efcb698 + ab89410 commit e3fe8bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
version+=0.6.1
version+=0.6.3


# Cleaning
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>External user support</name>
<summary>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</summary>
<description>Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP</description>
<version>0.6.2</version>
<version>0.6.3</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function setDisplayName($uid, $displayName) {
*
* @return void
*/
protected function storeUser($uid, $groups) {
protected function storeUser($uid, $groups = []) {
if (!$this->userExists($uid)) {
$query = \OC::$server->getDatabaseConnection()->getQueryBuilder();
$query->insert('users_external')
Expand Down

0 comments on commit e3fe8bb

Please sign in to comment.