From b28116f6229e823d5f8357abd271d42229df2655 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 13 Sep 2012 11:34:00 -0400 Subject: [PATCH] removed empty space --- airtime_mvc/application/controllers/UserController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/controllers/UserController.php b/airtime_mvc/application/controllers/UserController.php index 01f6bf704..d098bfbc8 100644 --- a/airtime_mvc/application/controllers/UserController.php +++ b/airtime_mvc/application/controllers/UserController.php @@ -103,9 +103,7 @@ class UserController extends Zend_Controller_Action { // action body $delId = $this->_getParam('id'); - $valid_actions = array("delete_cascade", "reassign_to"); - $files_action = $this->_getParam('deleted_files'); # TODO : remove this. we only use default for now not to break the UI.