Completed
Pull Request — master (#688)
by René
04:35
created
lib/Controller/ShareController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
 			));
212 212
 
213 213
 		} else {
214
-			return new DataResponse(['message'=> 'Wrong share type: ' .$userShare->getType()], Http::STATUS_FORBIDDEN);
214
+			return new DataResponse(['message'=> 'Wrong share type: ' . $userShare->getType()], Http::STATUS_FORBIDDEN);
215 215
 		}
216 216
 
217 217
 
Please login to merge, or discard this patch.