CC-3317: PHP Undefined variable error in SystemstatusController

-fixed
This commit is contained in:
Martin Konecny 2012-02-10 13:12:18 -05:00
parent 1dd49b8a11
commit babfa1830c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ class SystemstatusController extends Zend_Controller_Action
{
public function init()
{
global $CC_CONFIG;
$request = $this->getRequest();
$baseUrl = $request->getBaseUrl();