Fixed incorrect use of global

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2536 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-07-16 08:39:34 +00:00
parent f5c2733fb1
commit 76345804e1
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ xhtmlHeaders(__FILE__, $SLANG['MonitorPreset'] );
<div id="content">
<form name="contentForm" id="contentForm" method="post" action="<?= $_SERVER['PHP_SELF'] ?>">
<input type="hidden" name="view" value="none"/>
<input type="hidden" name="mid" value="<?= $mid ?>/">
<input type="hidden" name="mid" value="<?= $_REQUEST['mid'] ?>"/>
<p>
<?= $SLANG['MonitorPresetIntro'] ?>
</p>