mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 14:53:27 -04:00
Merge branch 'fix_1620' into storageareas
This commit is contained in:
@@ -48,8 +48,7 @@ foreach( dbFetchAll( $sql ) as $row )
|
||||
foreach ( getSkinIncludes( 'includes/control_functions.php' ) as $includeFile )
|
||||
require_once $includeFile;
|
||||
|
||||
$sql = 'SELECT C.*,M.* FROM Monitors AS M INNER JOIN Controls AS C ON (M.ControlId = C.Id ) WHERE M.Id = ?';
|
||||
$monitor = dbFetchOne( $sql, NULL, array( $mid ) );
|
||||
$monitor = new Monitor( $mid );
|
||||
|
||||
$focusWindow = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user