mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[Jakefile] fix typo
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ var dirmode = 0755,
|
||||
path.join(src, 'php', 'elFinderSession.php'),
|
||||
path.join(src, 'php', 'elFinderSessionInterface.php')
|
||||
]
|
||||
.concat(grep(path.join(src, 'php'), '\\.class\.php$')),
|
||||
.concat(grep(path.join(src, 'php'), '\\.class\.php$'))
|
||||
.concat(grep(path.join(src, 'php'), 'Netmount\.php$')),
|
||||
'misc':
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user