CC-4384: Remove annoying usage of $CC_CONFIG
- done
This commit is contained in:
parent
55fa8b8dc1
commit
dcf3526000
6 changed files with 17 additions and 58 deletions
|
@ -880,8 +880,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
|
||||
public function contentContextMenuAction()
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
|
||||
$id = $this->_getParam('id');
|
||||
|
||||
$params = '/format/json/id/#id#/';
|
||||
|
@ -923,8 +921,6 @@ class ScheduleController extends Zend_Controller_Action
|
|||
|
||||
public function calculateDurationAction()
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
|
||||
$startParam = $this->_getParam('startTime');
|
||||
$endParam = $this->_getParam('endTime');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue