diff options
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index f1187e015..e9e3fc3b4 100644 --- a/update.php +++ b/update.php @@ -872,7 +872,7 @@ function update_info() { print "</html>"; } -if ($op) { +if (isset($op)) { include_once "includes/common.inc"; // Access check: |