Fixed a lot of unused variables

This commit is contained in:
Rudi Grinberg 2012-09-12 18:36:27 -04:00
parent 536fdabb77
commit cc88a9a8e3
6 changed files with 8 additions and 50 deletions

View file

@ -44,7 +44,6 @@ class DashboardController extends Zend_Controller_Action
public function switchSourceAction()
{
$request = $this->getRequest();
$sourcename = $this->_getParam('sourcename');
$current_status = $this->_getParam('status');