Browse Source

No need alias for 404 error page

Vova Tkach 6 years ago
parent
commit
3c38140432
1 changed files with 0 additions and 3 deletions
  1. 0 3
      engine/fetdata/content.go

+ 0 - 3
engine/fetdata/content.go

@@ -24,9 +24,6 @@ func (this *FERData) Alias() string {
 		if this.Wrap.CurrModule == "index" {
 		if this.Wrap.CurrModule == "index" {
 			return this.DataRow.(*utils.MySql_page).A_alias
 			return this.DataRow.(*utils.MySql_page).A_alias
 		}
 		}
-	} else if this.Is404 {
-		// Return it from settings
-		return "404"
 	}
 	}
 	return ""
 	return ""
 }
 }