cc-4304: Add call to save after each file reassignment
This commit is contained in:
parent
be302d70c2
commit
a9eefe21fa
2 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,7 @@ class UserController extends Zend_Controller_Action
|
|||
//$new_owner_id = $this->_getParam("new_owner");
|
||||
//$new_owner = new Application_Model_User($new_owner_id);
|
||||
$user->donateFilesTo( $new_owner );
|
||||
Logging::info("Reassign to user {$new_owner->getDbId()}");
|
||||
}
|
||||
# Finally delete the user
|
||||
$this->view->entries = $user->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue