kupala / joomla15captcha

Automatically exported from code.google.com/p/joomla15captcha
0 stars 0 forks source link

Undefined offset #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Notice: Undefined offset: 0 in
administrator\modules\mod_login\mod_login.php on line 63

    <?php // Captcha Extention patch rev. 4.5.0 Stable
    $dispatcher = &JDispatcher::getInstance();
    $results = $dispatcher->trigger( 'onCaptchaRequired', array(
'administrator.login' ) );
    if ($results[0]) // line 63
        $dispatcher->trigger( 'onCaptchaView', array( 'administrator.login', 0,
'', '' ) ); ?>

That if pugin not installed or not enabled

Original issue reported on code.google.com by grus...@gmail.com on 10 May 2009 at 10:40