X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/a36352f77c28bdf8f2834a64bd8520b73bfcf040..42856e8b3cb0b621218f11d7828a51d03d77ae33:/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; } }