Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nils committed Nov 30, 2015
2 parents 408c683 + c38cdf6 commit 7419f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ public RssFeedDto()
}


public partial class rss : LayoutsPageBase
public partial class rss : UnsecuredLayoutsPageBase
{
protected override bool AllowAnonymousAccess { get { return true; } }
private void BindData(RssFeedDto feed)
{
litRssLastBuildDate.Text = feed.LastBuildDate.ToString();
Expand Down
1 change: 0 additions & 1 deletion SPGenericListRSS/SPGenericListRSS/SPGenericListRSS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<ItemGroup>
<Compile Include="Layouts\SPGenericListRSS\rss.aspx.cs">
<DependentUpon>rss.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Layouts\SPGenericListRSS\rss.aspx.designer.cs">
<DependentUpon>rss.aspx.cs</DependentUpon>
Expand Down

0 comments on commit 7419f85

Please sign in to comment.