placeholder for name of attribute-changed notification is now attribute_name

This commit is contained in:
Uwe Steinmann 2018-03-19 08:32:43 +01:00
parent 93ea99061b
commit c20abc9be8

View File

@ -88,7 +88,7 @@ if($attributes) {
$params = array();
$params['name'] = $document->getName();
$params['version'] = $version->getVersion();
$params['attribute'] = $attribute;
$params['attribute_name'] = $attribute;
$params['folder_path'] = $folder->getFolderPathPlain();
$params['username'] = $user->getFullName();
$params['url'] = "http".((isset($_SERVER['HTTPS']) && (strcmp($_SERVER['HTTPS'],'off')!=0)) ? "s" : "")."://".$_SERVER['HTTP_HOST'].$settings->_httpRoot."out/out.ViewDocument.php?documentid=".$document->getID()."&version=".$version->getVersion();