mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +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()
|
public function __toString()
|
||||||
{
|
{
|
||||||
self::$instances_inserted++;
|
return sprintf('<div id="recaptcha-instance-%d" class="g-recaptcha"></div>', self::$instances_inserted++);
|
||||||
return '<div id="recaptcha-instance-%d" class="g-recaptcha"></div>';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue