mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed an other typo chang_e_log
This commit is contained in:
parent
2bd6696fcd
commit
bf123c985e
@ -159,7 +159,7 @@ function do_editsvnchangelog()
|
||||
file_put_contents($logfile,$changelog);
|
||||
$cmd = $config['editor'].' '.escapeshellarg($logfile);
|
||||
passthru($cmd);
|
||||
$config['changlog'] = file_get_contents($logfile);
|
||||
$config['changelog'] = file_get_contents($logfile);
|
||||
// allow user to abort, by deleting the changelog
|
||||
if (strlen($config['changlog']) <= 2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user