1
0
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:
Cameron
2016-12-05 15:25:29 -08:00
parent 383980e0c6
commit 2bd391ecae
2 changed files with 17 additions and 7 deletions

View File

@@ -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'))
{