We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a667d commit 7bfe60aCopy full SHA for 7bfe60a
1 file changed
migrations/setup_site_icons.php
@@ -67,7 +67,7 @@ public function configure_site_icons()
67
// 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);
+ $filesystem->mkdir($new_icon_path, 0755);
71
$filesystem->touch($new_icon_path . '/index.htm');
72
}
73
0 commit comments