]> source.dussan.org Git - nextcloud-server.git/commit
Removed deprecated private OC_User::createUser
authorRoeland Jago Douma <rullzer@owncloud.com>
Thu, 17 Dec 2015 14:10:11 +0000 (15:10 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Thu, 17 Dec 2015 15:18:40 +0000 (16:18 +0100)
commit835911bce5cf8da9ce6d4021f0836b11d6b97d31
treea2bdcfcb696b9142643bb7a9f5b93b68944c1191
parent7e44ea5da068bae204715e545b95c4852ad6283c
Removed deprecated private OC_User::createUser

All function calls are replaced with the recommended (which was already
the body of the function).
17 files changed:
apps/encryption/tests/lib/MigrationTest.php
apps/files/tests/service/tagservice.php
apps/files_sharing/tests/controller/sharecontroller.php
apps/files_sharing/tests/testcase.php
apps/files_trashbin/tests/trashbin.php
lib/private/user.php
tests/lib/cache/file.php
tests/lib/files/cache/cache.php
tests/lib/files/cache/updaterlegacy.php
tests/lib/files/filesystem.php
tests/lib/files/objectstore/swift.php
tests/lib/files/storage/homestoragequota.php
tests/lib/helperstorage.php
tests/lib/security/certificatemanager.php
tests/lib/share/share.php
tests/lib/tags.php
tests/lib/user.php