fix Column 'Method' cannot be null

pull/2062/head
Andrew Bauer 2018-03-10 20:29:25 -06:00 committed by GitHub
parent 0df59c26b8
commit 16a2c173cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ if ( !empty($action) ) {
'Exif' => 'toggle',
'RTSPDescribe' => 'toggle',
'RecordAudio' => 'toggle',
'Method' => 'raw',
);
$columns = getTableColumns( 'Monitors' );