chamilo/chamilo-lms

View on GitHub
public/main/auth/lostPassword.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "captcha_question" is not in valid camel caps format
Open

    $form->addRule('captcha', get_lang('The text you entered doesn\'t match the picture.'), 'CAPTCHA', $captcha_question);

Variable "captcha_question" is not in valid camel caps format
Open

    $captcha_question = $form->addElement(

Variable "tool_name" is not in valid camel caps format
Open

$tool_name = get_lang('I lost my password');

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_CAMPUS;

Variable "tool_name" is not in valid camel caps format
Open

$form->addHeader($tool_name);

There are no issues that match your filters.

Category
Status