Merged changes

This commit is contained in:
Duncan Sommerville 2014-09-16 18:34:59 -04:00
commit b2d81f370a
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
<?php
$filepath = realpath (dirname(__FILE__));
require_once($filepath."/../modules/rest/controllers/MediaController.php");
class ScheduleController extends Zend_Controller_Action
{