diff --git a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.plugin.manager/Downgrade.page b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.plugin.manager/Downgrade.page index f61c473c4..b2350cda4 100644 --- a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.plugin.manager/Downgrade.page +++ b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.plugin.manager/Downgrade.page @@ -19,7 +19,6 @@ $rebootVersion = $rebootDetails->getRebootVersion(); $restoreVersion = $restoreBranch = $restoreVersionReleaseDate = 'unknown'; $restoreExists = file_exists('/boot/previous/bzroot'); $restoreChangelogPath = '/boot/previous/changes.txt'; -$restoreChangelogContent = file_get_contents($restoreChangelogPath); $serverNameEscaped = htmlspecialchars(str_replace(' ', '_', strtolower($var['NAME'])));