We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d876789 commit b65e539Copy full SHA for b65e539
1 file changed
migrations/setup_site_icons.php
@@ -64,10 +64,11 @@ public function configure_site_icons()
64
65
try
66
{
67
- // Create directory only if needed
+ // Create directory only if needed (give an empty index.htm too)
68
if (!$filesystem->exists($new_icon_path))
69
70
$filesystem->mkdir($new_icon_path);
71
+ $filesystem->touch($new_icon_path . '/index.htm');
72
}
73
74
// Process icons
0 commit comments