From e4515bdf381a5c7c8fc1be21d9445f0a3ddd37b8 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Sat, 8 Sep 2018 16:04:27 -0400 Subject: [PATCH] Update CPUset.php --- plugins/dynamix/include/CPUset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/CPUset.php b/plugins/dynamix/include/CPUset.php index ca18a5fd8..ef3a1f286 100644 --- a/plugins/dynamix/include/CPUset.php +++ b/plugins/dynamix/include/CPUset.php @@ -91,7 +91,7 @@ case 'is': $syslinux = file('/boot/syslinux/syslinux.cfg',FILE_IGNORE_NEW_LINES+FILE_SKIP_EMPTY_LINES); $size = count($syslinux); $menu = $i = 0; - $isolcpus = $isol = ""; + $isol = ""; // find the default section while ($i < $size) { if (scan($syslinux[$i],'label ')) {