mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -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