mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-29 19:22:02 -04:00
Define rateText and scaleText to remove errors
This commit is contained in:
@@ -212,6 +212,8 @@ if (isset($_REQUEST['showIndex'])) {
|
||||
$index = 0;
|
||||
foreach ( $videoFiles as $file ) {
|
||||
if ( filesize($file) > 0 ) {
|
||||
$rateText = '';
|
||||
$scaleText = '';
|
||||
$path_parts = pathinfo($file);
|
||||
|
||||
foreach (explode('-', $path_parts['filename']) as $option) {
|
||||
|
||||
Reference in New Issue
Block a user