diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-05-26 20:08:40 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-05-26 20:08:40 +0200 |
commit | 2832e4f226390e212d0bdfb6581a3f37fe4faa3c (patch) | |
tree | 2ae8672eb796343a3fad86a011fbce64a0afc0e8 /lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php | |
parent | 4b1e8a1184125aabd7cbe0d0e4ef7ee7fda7223f (diff) | |
parent | aba539703c0b0388f5ebf8757067bafab56774ce (diff) | |
download | nextcloud-server-2832e4f226390e212d0bdfb6581a3f37fe4faa3c.tar.gz nextcloud-server-2832e4f226390e212d0bdfb6581a3f37fe4faa3c.zip |
Merge pull request #24796 from owncloud/fix-mailmap
Adjust mail entries
Diffstat (limited to 'lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php')
-rw-r--r-- | lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php index ce2d68054f2..986c30ac455 100644 --- a/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php +++ b/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php @@ -1,7 +1,8 @@ <?php /** - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @copyright Copyright (c) 2016, ownCloud, Inc. |