Skip to content

Commit

Permalink
Include attachment information when doing edit as new from the dynami…
Browse files Browse the repository at this point in the history
…c message popup
  • Loading branch information
slusarz committed Apr 22, 2014
1 parent ddb755f commit b62a602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/lib/Ajax/Application/Handler/Common.php
Expand Up @@ -440,6 +440,7 @@ public function getResumeData()
}

$result = $compose->ajax->getResponse($resume);
$this->_base->queue->attachment($compose->compose, $this->vars->type);
} catch (Horde_Exception $e) {
$GLOBALS['notification']->push($e);
$this->_base->checkUidvalidity();
Expand Down

0 comments on commit b62a602

Please sign in to comment.