Added deleting the .sig file as well
parent
08e0a2b561
commit
fbc7a6a361
|
@ -361,6 +361,7 @@ class SignedFileStorage {
|
|||
public function delete() {
|
||||
// Needs error handling and etc.
|
||||
@drupal_unlink($this->getFilePath());
|
||||
@drupal_unlink($this->getFilePath() . '.sig');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue