mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 17:51:45 +08:00
@@ -90,7 +90,7 @@ namespace Orchard.Alias.Implementation.Storage {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user