Skip to content

Commit 2df220d

Browse files
committed
Fix log message (accidentally changed param value)
1 parent 7bfe60a commit 2df220d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/setup_site_icons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function configure_site_icons()
8888
// Set up a log message result
8989
$result = [
9090
'lang_key' => $copied ? 'LOG_WEBPUSH_ICON_COPY_SUCCESS' : 'LOG_WEBPUSH_ICON_DIR_SUCCESS',
91-
'params' => [$new_icon_path],
91+
'params' => [self::NEW_ICON_DIR],
9292
];
9393
}
9494
catch (filesystem_exception $e)

0 commit comments

Comments
 (0)