Browse Source

fix msterDisk bug

andre 4 years ago
parent
commit
65c0786904
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Disk/Providers/DiskProvider.php

+ 1 - 1
app/UI/Disk/Providers/DiskProvider.php

@@ -169,7 +169,7 @@ class DiskProvider extends BaseDataProvider implements ClientArea
                 __FUNCTION__,
                 __FUNCTION__,
                 $hd->getName(),
                 $hd->getName(),
                 'Debug',
                 'Debug',
-                $hd->getId()
+                $hd
             );
             );
             
             
             if($hd->isMaster()){
             if($hd->isMaster()){