Completed
Push — master ( 01048e...77d2e6 )
by
unknown
15:26
created
typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             }
131 131
         } else {
132 132
             // This is when the public path is a subfolder (e.g. public/ or web/)
133
-            $publicPath = substr(Environment::getPublicPath(), strlen(Environment::getProjectPath())+1);
133
+            $publicPath = substr(Environment::getPublicPath(), strlen(Environment::getProjectPath()) + 1);
134 134
 
135 135
             $publicPathSubStructure = [
136 136
                 [
Please login to merge, or discard this patch.