Skip to content

Commit

Permalink
pkp#10249 Formatting
Browse files Browse the repository at this point in the history
(cherry picked from commit 207c6e4)
  • Loading branch information
jonasraoni authored and Hafsa-Naeem committed Dec 11, 2024
1 parent cfdede5 commit 48cdee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function up(): void
$globPattern = "{$publicFilesPath}/profileImage-{$row->user_id}.*";
$candidates = glob($globPattern, GLOB_NOSORT);
if (empty($candidates)) {
$this->_installer->log("Failed to locate a profile image for the user ID {$row->user_id} at $globPattern");
$this->_installer->log("Failed to locate a profile image for the user ID {$row->user_id} at {$globPattern}");
continue;
}

Expand Down

0 comments on commit 48cdee7

Please sign in to comment.