I am getting a Notice in a wordpress theme, but i think its a general PHP warning.
Notice: Undefined index: saved in ..\functions.php on line 255
The line 255 reads as:
if ( $_REQUEST['saved'] ) echo '<div id="message" class="updated fade"><p><strong>'.$themename.' settings saved.</strong></p></div>';
Any suggestion, how i can fix it?
Thanks.