removed empty space

This commit is contained in:
Rudi Grinberg 2012-09-13 11:34:00 -04:00
parent d564b85e7c
commit b28116f622
1 changed files with 0 additions and 2 deletions

View File

@ -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.