mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Fix missing sprintf()
This commit is contained in:
parent
2c701c5db6
commit
acb2899462
1 changed files with 1 additions and 2 deletions
|
|
@ -58,7 +58,6 @@ class reCAPTCHA
|
|||
|
||||
public function __toString()
|
||||
{
|
||||
self::$instances_inserted++;
|
||||
return '<div id="recaptcha-instance-%d" class="g-recaptcha"></div>';
|
||||
return sprintf('<div id="recaptcha-instance-%d" class="g-recaptcha"></div>', self::$instances_inserted++);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue