Skip to content

Commit 9247a09

Browse files
committed
Fix for issue #36
1 parent 254be02 commit 9247a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Repository.ascx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ private void GenerateTemplateOutput(string[] pTemplate, object dataItem, PlaceHo
10621062
}
10631063
break;
10641064
case "AUTHOREMAIL":
1065-
if (objRepository.ShowEMail == -1) {
1065+
if (objRepository.ShowEMail == 1) {
10661066
if (bRaw) {
10671067
objPlaceHolder.Controls.Add(new LiteralControl(objSecurity.InputFilter(objRepository.AuthorEMail.ToString(), PortalSecurity.FilterFlag.NoScripting)));
10681068
} else {

0 commit comments

Comments
 (0)