Warning Profile Manager .- Problem with new.php page

In new.php of Profile Manager there is problem.

if(array_key_exists($metadata_name, $CONFIG->profile)){

$existing = true;

}

$CONFIG->profile is null, is not defined anywhere :(.

The code is written that should be in start.php in profile, but insidethere is nothing: (.

How can you fix this bug?

Otherwise every time you use inserirto is a line of Warning in theapache log.

Thank you All :)