X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/1a609c5129243e4f653fe1f7bc1c556e04c463fe..b71de6b53716e7c7d2670b88de09aa7db7f4e547:/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; } }