Procházet zdrojové kódy

delete处少了filename的处理

oott123 před 11 roky
rodič
revize
310de7a62b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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){