@@ -263,6 +263,4 @@ |
||
263 | 263 | // Valid Image Name |
264 | 264 | private function validImageName($name) |
265 | 265 | { |
266 | - return strtolower(str_replace([' ', '-', '$', '<', '>', '&', '{', '}', '*', '\\', '/', ':' . ';', ',', "'", '"'], '_', trim($name))); |
|
267 | - } |
|
268 | -} |
|
266 | + return strtolower(str_replace([' ', '-', '$', '<', '>', '&', '{', '}', '*', '\\', '/', ':' . ';', ',', "'", '"'], '_', trim($name |
|
269 | 267 | \ No newline at end of file |