]> source.dussan.org Git - nextcloud-server.git/commit
Fixed user dir existence check when creating new user
authorVincent Petry <pvince81@owncloud.com>
Fri, 25 Oct 2013 14:23:29 +0000 (16:23 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 25 Oct 2013 14:23:29 +0000 (16:23 +0200)
commit1ee4b680f63246c8ae5f3e647ba812ffe6ab57b3
tree03a1f6005a0150eb7b9bdf5e139c85508c1c64c6
parent3fc232370e00df1d39638697daf8e8c1af8fe8dc
Fixed user dir existence check when creating new user

The check was done too later. It turns out that createUser() had already
created the dir, which caused the warning message to be shown every
time.
settings/ajax/createuser.php