mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed alias remove method.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Orchard.Alias.Implementation.Storage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void Remove(string path) {
|
public void Remove(string path) {
|
||||||
Remove(x => x.Path == path && x.Source == path);
|
Remove(x => x.Path == path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Remove(string path, string aliasSource) {
|
public void Remove(string path, string aliasSource) {
|
||||||
|
|||||||
Reference in New Issue
Block a user