diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/filestore.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php index 9bdc26845..6f912599a 100644 --- a/engine/lib/filestore.php +++ b/engine/lib/filestore.php @@ -376,8 +376,8 @@ function file_get_general_file_type($mimetype) { /** * Delete a directory and all its contents - *
- * @param str $directory Directory to delete
+ * + * @param str $directory Directory to delete * * @return bool */ |