We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfe60a commit 2df220dCopy full SHA for 2df220d
1 file changed
migrations/setup_site_icons.php
@@ -88,7 +88,7 @@ public function configure_site_icons()
88
// Set up a log message result
89
$result = [
90
'lang_key' => $copied ? 'LOG_WEBPUSH_ICON_COPY_SUCCESS' : 'LOG_WEBPUSH_ICON_DIR_SUCCESS',
91
- 'params' => [$new_icon_path],
+ 'params' => [self::NEW_ICON_DIR],
92
];
93
}
94
catch (filesystem_exception $e)
0 commit comments