X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/1a609c5129243e4f653fe1f7bc1c556e04c463fe..9b2acb8e1c4e91bf2d855b1f96efa0464e212eb9:/src/Vdev.php diff --git a/src/Vdev.php b/src/Vdev.php index 2c5f999..a5f8f9c 100644 --- a/src/Vdev.php +++ b/src/Vdev.php @@ -188,7 +188,7 @@ class OMVModuleZFSVdev { * @access public */ public function getPool() { - return $pool; + return $this->pool; } /** @@ -198,7 +198,7 @@ class OMVModuleZFSVdev { * @access public */ public function getType() { - return $type; + return $this->type; } }