fixed an other typo chang_e_log

This commit is contained in:
Ralf Becker 2010-08-09 12:12:42 +00:00
parent 2bd6696fcd
commit bf123c985e

View File

@ -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)
{