Completed
Push — into-files ( 5b1829 )
by Victor
09:36
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.