- Fixed "undefined variable" warning. Patch by Ax.
parent
a161110a6b
commit
c886dfd05e
|
@ -872,7 +872,7 @@ function update_info() {
|
||||||
print "</html>";
|
print "</html>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($op) {
|
if (isset($op)) {
|
||||||
include_once "includes/common.inc";
|
include_once "includes/common.inc";
|
||||||
|
|
||||||
// Access check:
|
// Access check:
|
||||||
|
|
Loading…
Reference in New Issue