CC-3317: PHP Undefined variable error in SystemstatusController
-fixed
This commit is contained in:
parent
1dd49b8a11
commit
babfa1830c
|
@ -4,6 +4,8 @@ class SystemstatusController extends Zend_Controller_Action
|
|||
{
|
||||
public function init()
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
|
||||
$request = $this->getRequest();
|
||||
$baseUrl = $request->getBaseUrl();
|
||||
|
||||
|
|
Loading…
Reference in New Issue