fix getOutputHelperStream -> getHelperStream

pull/1185/head
Isaac Connor 2016-10-21 12:41:37 -04:00
parent 7b1395a4ea
commit f9ac601194
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<applet id="'.$id.'" code="com.charliemouse.cambozola.Viewer"