Skip to content

Commit

Permalink
Update code task
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Apr 12, 2021
1 parent 3308fbe commit 142e348
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions R7.Documents.Dnn/Components/HttpOffContextHelper.cs
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@
//
// HttpOffContextHelper.cs
//
// Author:
// Roman M. Yagodin <[email protected]>
//
// Copyright (c) 2018 Roman M. Yagodin
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

using System.Linq;
using DotNetNuke.Entities.Portals;

namespace R7.Documents.Components
{
// TODO: Move to the base library
// TODO: Replace with PortalHelper.GetPortalSettingsOutOfHttpContext
public static class HttpOffContextHelper
{
/// <summary>
Expand Down

0 comments on commit 142e348

Please sign in to comment.