mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
fixed an other typo chang_e_log
This commit is contained in:
parent
bf123c985e
commit
e7a384d017
@ -161,7 +161,7 @@ function do_editsvnchangelog()
|
|||||||
passthru($cmd);
|
passthru($cmd);
|
||||||
$config['changelog'] = file_get_contents($logfile);
|
$config['changelog'] = file_get_contents($logfile);
|
||||||
// allow user to abort, by deleting the changelog
|
// allow user to abort, by deleting the changelog
|
||||||
if (strlen($config['changlog']) <= 2)
|
if (strlen($config['changelog']) <= 2)
|
||||||
{
|
{
|
||||||
die("\nChangelog must not be empty --> aborting\n\n");
|
die("\nChangelog must not be empty --> aborting\n\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user