summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-10 13:10:26 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-10 13:10:26 +0000
commitc886dfd05eb39bbd1be1628627b7e568fa62ee57 (patch)
tree2f188f6d46bd12eaed686f6d68295b591603b750 /update.php
parenta161110a6ba10a43df67179263d62f201631e88d (diff)
downloadbrdo-c886dfd05eb39bbd1be1628627b7e568fa62ee57.tar.gz
brdo-c886dfd05eb39bbd1be1628627b7e568fa62ee57.tar.bz2
- Fixed "undefined variable" warning. Patch by Ax.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
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: