Topic: profile.php
In file profile.php, I see:
// Validate input depending on section
switch ($section) {
case 'essentials':
{
$form = extract_elements(array('timezone', 'language', 'style'));
...
But in the form of section "essentials" there is no INPUT for style. So why need extract "style" here ?
[no signature]