- Fixed "undefined index/variable" warning. Patch by Ax.

4.2.x
Dries Buytaert 2003-03-04 06:19:38 +00:00
parent f4cdeb1f5a
commit 40abf5061f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
include_once "includes/common.inc";
if ($q) {
if (isset($q)) {
$mod = arg(0);
}