Added LiveStream helper

This commit is contained in:
Kyle Johnson 2013-05-22 21:18:43 -04:00
parent 155ec308a0
commit 57c553e05f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
class MonitorsController extends AppController {
public $helpers = array('LiveStream');
public function index() {
$monitoroptions['fields'] = array('Name', 'Id', 'Function');