fix typo in variable for new comment

This commit is contained in:
Uwe Steinmann 2013-04-08 08:51:44 +02:00
parent 1fc78ff3b4
commit c1144612ab

View File

@ -134,7 +134,7 @@ if(($oldcomment = $folder->getComment()) != $comment) {
$params['name'] = $folder->getName();
$params['folder_path'] = $folder->getFolderPathPlain();
$params['old_comment'] = $oldcomment;
$params['comment'] = $dcomment;
$params['comment'] = $comment;
$params['username'] = $user->getFullName();
$params['url'] = "http".((isset($_SERVER['HTTPS']) && (strcmp($_SERVER['HTTPS'],'off')!=0)) ? "s" : "")."://".$_SERVER['HTTP_HOST'].$settings->_httpRoot."out/out.ViewFolder.php?folderid=".$folder->getID();
$params['sitename'] = $settings->_siteName;