Changeset 1049

Show
Ignore:
Timestamp:
09/10/07 16:15:47 (1 year ago)
Author:
donncha
Message:

You must enter an email address, fixes #383

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index-install.php

    r1024 r1049  
    361361                $domain = substr( $domain, 0, strpos( $domain, '/' ) ); 
    362362        $email = $wpdb->escape( $_POST[ 'email' ] ); 
     363        if( $email == '' ) 
     364                die( 'You must enter an email address!' ); 
    363365        $weblog_title = $wpdb->escape( $_POST[ 'weblog_title' ] ); 
    364366