Revision 428
Added by Matthias over 18 years ago
| 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
Fixed ticket #380 (Thanks to pcwacht)