Project

General

Profile

« Previous | Next » 

Revision 428

Added by Matthias almost 18 years ago

Fixed ticket #380 (Thanks to pcwacht)

View differences:

add.php
47 47
}	
48 48

  
49 49
// Validate data
50
if($title == '') {
50
if($title == '' || substr($title,0,1)=='.') {
51 51
	$admin->print_error($MESSAGE['PAGES']['BLANK_PAGE_TITLE']);
52 52
}
53 53

  

Also available in: Unified diff