clear cache

pull/18/head
HFO4 8 years ago
parent 9994f12aa8
commit 9cb572f0da

@ -21,7 +21,6 @@ class ShareHandler extends Model{
$this->shareData = Db::name('shares')->where('share_key',$key)->find();
if(empty($this->shareData)){
$this->querryStatus = false;
die($key);
}else{
if($notExist){
if($this->shareData["source_type"] == "file"){

Loading…
Cancel
Save