X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/aec28e5f3581a9cf26453a678187f007894491bb..a01b6467743cf7d8258e977b7afb188d7b7b6969:/src/Zpool.php?ds=sidebyside 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) {