fix #3781 - ModuleBase breaking change
This commit is contained in:
parent
3db744269e
commit
a65959de3f
@ -10,6 +10,7 @@ using System.Collections.Generic;
|
||||
using Microsoft.JSInterop;
|
||||
using System.Linq;
|
||||
using System.Dynamic;
|
||||
using System.Net.Http.Headers;
|
||||
|
||||
namespace Oqtane.Modules
|
||||
{
|
||||
@ -489,5 +490,8 @@ namespace Oqtane.Modules
|
||||
{
|
||||
return Utilities.FileUrl(PageState.Alias, fileid, asAttachment);
|
||||
}
|
||||
|
||||
// Referencing ModuleInstance methods from ModuleBase is deprecated. Use the ModuleBase methods instead
|
||||
public ModuleInstance ModuleInstance { get { return new ModuleInstance(); } }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user