Project

General

Profile

« Previous | Next » 

Revision 392

Added by Matthias almost 18 years ago

Fixed missing message when adding a site without page title (#300)

View differences:

add.php
48 48

  
49 49
// Validate data
50 50
if($title == '') {
51
	$admin->print_error($MESSAGE['PAGES']['BLANK_TITLE']);
51
	$admin->print_error($MESSAGE['PAGES']['BLANK_PAGE_TITLE']);
52 52
}
53 53

  
54 54
// Setup admin groups

Also available in: Unified diff