diff --git a/setup/index.php b/setup/index.php index 9ab92f5c09..decdf1f1b2 100644 --- a/setup/index.php +++ b/setup/index.php @@ -235,7 +235,8 @@ } // If the user wanted to upgrade/install/remove an app, now is the time - if ($submit == "Perform Actions" && is_array($appAction)) { + if ((isset($submit) && $submit == "Perform Actions") && + is_array($appAction)) { echo "

\n"; echo "\n"; echo "";