Completed
Pull Request — master (#1170)
by Christoph
10:11
created
lib/controller/messagescontroller.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -408,6 +408,10 @@
 block discarded – undo
408 408
 		return \OC::$server->getURLGenerator()->getAbsoluteURL($htmlBodyUrl);
409 409
 	}
410 410
 
411
+	/**
412
+	 * @param integer $accountId
413
+	 * @param string $folderId
414
+	 */
411 415
 	private function loadMultiple($accountId, $folderId, $ids) {
412 416
 		$messages = array_map(function($id) use ($accountId, $folderId){
413 417
 			try {
Please login to merge, or discard this patch.