X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/aec28e5f3581a9cf26453a678187f007894491bb..54b9d43e43e2d6ab2212ba9abbac04290de925e0:/src/Zpool.php diff --git a/src/Zpool.php b/src/Zpool.php index 6c06e3d..87e5f0c 100644 --- a/src/Zpool.php +++ b/src/Zpool.php @@ -636,7 +636,7 @@ class OMVModuleZFSZpool extends OMVModuleAbstract { * @param string $attribute * @return string value */ - private function getAttribute($attribute) { + public function getAttribute($attribute) { $cmd = "zpool list -H -o $attribute {$this->name}"; OMVUtil::exec($cmd, $output, $result); if ($result) {