From f9ac601194e30ea981092020768fd5b99629b02b Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 21 Oct 2016 12:41:37 -0400 Subject: [PATCH] fix getOutputHelperStream -> getHelperStream --- web/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/functions.php b/web/includes/functions.php index 9a510b6a6..8ab9fbea6 100644 --- a/web/includes/functions.php +++ b/web/includes/functions.php @@ -361,7 +361,7 @@ function outputControlStream( $src, $width, $height, $monitor, $scale, $target ) } function outputHelperStream( $id, $src, $width, $height, $title="" ) { - echo getOutputHelperStream( $id, $src, $width, $height, $title ); + echo getHelperStream( $id, $src, $width, $height, $title ); } function getHelperStream( $id, $src, $width, $height, $title="" ) { return '