Completed
Branch master (0f0f79)
by Julien
11:55
created
index.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -243,6 +243,9 @@
 block discarded – undo
243 243
     }
244 244
 }
245 245
 
246
+/**
247
+ * @param string $filter
248
+ */
246 249
 function GetDirectoryList ($directory, $filter){
247 250
     $results = array();
248 251
     $handler = opendir($directory);
Please login to merge, or discard this patch.