Completed
Pull Request — master (#663)
by Victor
04:05
created
controller/documentcontroller.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -133,6 +133,7 @@
 block discarded – undo
133 133
 
134 134
 	/**
135 135
 	 * @NoAdminRequired
136
+	 * @param integer $fileId
136 137
 	 */
137 138
 	public function rename($fileId){
138 139
 		$name = $this->request->post['name'];
Please login to merge, or discard this patch.