Browse Source

delete处少了filename的处理

oott123 11 years ago
parent
commit
310de7a62b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/storages/Bae.php

+ 1 - 1
include/storages/Bae.php

@@ -36,7 +36,7 @@ class StorageHandle{
 	}
 	
 	public function delete($name){
-		return $this->instance->delete_object($this->domain,$name);
+		return $this->instance->delete_object($this->domain,$this->get_file($name));
 	}
 	
 	private function get_file($name){