diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-23 17:05:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-23 17:05:31 +0200 |
commit | 865efa5740d56e6a9e8a27c973586eca18d8db74 (patch) | |
tree | 74adeb2686b95ddab822c779a0a81eeb1ca9e18c | |
parent | 41436fecc29d2c4d46a4bd651a99de875c3d8a74 (diff) | |
download | nextcloud-server-865efa5740d56e6a9e8a27c973586eca18d8db74.tar.gz nextcloud-server-865efa5740d56e6a9e8a27c973586eca18d8db74.zip |
fix mysql error handling
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | 3rdparty | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index bc2beee81ad..ce19da40ee6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "3rdparty"] path = 3rdparty - url = https://github.com/owncloud/3rdparty.git + url = https://github.com/nextcloud/3rdparty.git diff --git a/3rdparty b/3rdparty -Subproject 509385e674563e48a977bf8285c826963835528 +Subproject 46668812ff12d320ba207f120bd50acffa6e774 |