⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (594 Bytes)
Bug #14157
» 0000079-patch_em_index.txt
Administrator Admin, 2004-05-12 09:28
Index: index.php
===================================================================
RCS file: /cvsroot/typo3/TYPO3core/typo3/mod/tools/em/index.php,v
retrieving revision 1.23.2.1
diff -u -r1.23.2.1 index.php
--- index.php 30 Apr 2004 08:08:27 -0000 1.23.2.1
+++ index.php 12 May 2004 06:40:02 -0000
@@ -2868,7 +2868,7 @@
) {
// All files in extension directory:
- $fileArr = t3lib_div::getAllFilesAndFoldersInPath(array(),$removePath);
+ $fileArr = t3lib_div::getAllFilesAndFoldersInPath(array(),$removePath,'',1);
if (is_array($fileArr)) {
// Remove files in dirs:
« Previous
1
2
3
Next »
(2-2/3)
Loading...