diff --git a/op/op.EditAttributes.php b/op/op.EditAttributes.php index 5983879b0..2264dbf0c 100644 --- a/op/op.EditAttributes.php +++ b/op/op.EditAttributes.php @@ -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();