Skip to content

Commit 58d097f

Browse files
authored
Fix incorrect placeholder
1 parent 653ede6 commit 58d097f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Auth/Process/BaseFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function __construct(array &$config, $reserved)
141141

142142
// Log the attribute map
143143
Logger::debug(sprintf(
144-
'%s : Attribute map created: $s',
144+
'%s : Attribute map created: %s',
145145
$this->title,
146146
$this->varExport($this->attribute_map)
147147
));

0 commit comments

Comments
 (0)