mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Login menu shortcodes using secure-image class now.
This commit is contained in:
@@ -109,7 +109,7 @@ class secure_image
|
||||
* @param $checkstr
|
||||
* @return bool|mixed|string
|
||||
*/
|
||||
function invalidCode($rec_num, $checkstr)
|
||||
function invalidCode($rec_num=null, $checkstr=null)
|
||||
{
|
||||
if ($user_func = e107::getOverride()->check($this,'invalidCode'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user