]> git.datanom.net - omvzfs.git/blobdiff - src/Vdev.php
Initial implementation of GUI for adding ZFS pools plus minor bugfixes.
[omvzfs.git] / src / Vdev.php
index 2c5f9995a110f780e3779eb10472d0f43a47619e..a5f8f9ce2b09cf4ef2a19ebc73b218fdd3515c9a 100644 (file)
@@ -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;
     }
 
 }
This page took 0.028814 seconds and 5 git commands to generate.