mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +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