mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
Fixed issue with detecting missing config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1923 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -575,7 +575,7 @@ if ( $version )
|
||||
{
|
||||
print( "Updating monitors. Please wait.\n" );
|
||||
|
||||
if ( ZM_NO_MAX_FPS_ON_ALARM )
|
||||
if ( defined(&ZM_NO_MAX_FPS_ON_ALARM) && &ZM_NO_MAX_FPS_ON_ALARM )
|
||||
{
|
||||
# Update the individual monitor settings to match the previous global one
|
||||
my $sql = "update Monitors set AlarmMaxFPS = NULL";
|
||||
|
||||
Reference in New Issue
Block a user