From 2a0810870639e7078da4004c7f161d776685adfb Mon Sep 17 00:00:00 2001 From: Jeff Segars Date: Wed, 26 May 2010 22:18:57 +0000 Subject: [PATCH] Followup to feature #14465: Remove extra semicolon at end of line git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@7684 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/class.filelistfoldertree.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7793f30655a..8247c044023 100755 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Fixed bug #14486: Added missing icons for the new iconset (thanks to Steffen Ritter) * Added feature #14465: Make use of the new sprite API through the TYPO3 core (thanks to Steffen Ritter) + * Followup to feature #14465: Remove extra semicolon at end of line 2010-05-26 Susanne Moog diff --git a/typo3/class.filelistfoldertree.php b/typo3/class.filelistfoldertree.php index a48a1f93116..88b176c5d46 100644 --- a/typo3/class.filelistfoldertree.php +++ b/typo3/class.filelistfoldertree.php @@ -423,7 +423,7 @@ class filelistFolderTree extends t3lib_folderTree { } if($webpath == 'web') { - $icon = 'apps-filetree-folder-default';; + $icon = 'apps-filetree-folder-default'; } else { $icon = 'apps-filetree-folder-default'; } -- 2.20.1