mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Code cleanup
This commit is contained in:
@@ -137,11 +137,12 @@ class e_file
|
||||
$this->fileFilter = $filter;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Clean and rename file name
|
||||
* @param $f array as returned by get_files();
|
||||
* @param $rename boolean - set to true to rename file.
|
||||
* @param $rename boolean - set to true to rename file.
|
||||
* @return array
|
||||
*/
|
||||
public function cleanFileName($f,$rename=false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user