X-Git-Url: http://git.datanom.net/omvzfs.git/blobdiff_plain/9be18e883523d420d286694961f5713305ef4b2f..da22577f5417be015c11b6325bfa69997d6417d4:/src/Zpool.php diff --git a/src/Zpool.php b/src/Zpool.php index fefd427..4e3401d 100644 --- a/src/Zpool.php +++ b/src/Zpool.php @@ -616,7 +616,7 @@ class OMVModuleZFSZpool extends OMVModuleAbstract array_push ($adds, $command . $diskStr); } - return join(" ", $adds); + return implode(" ", $adds); } /**