Indefero

Indefero Commit Details


Date:2010-03-01 08:02:09 (14 years 9 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:548a427148480d3ec3b37d81dd5ad1ab4fc0e619
Parents: 49e5aa783dd77f3b3a1b353c4dd419b076589cdb
Message:Fixed issue 407, notifications emails are sent twice.

Changes:

File differences

src/IDF/Issue.php
249249
250250
251251
252
252
253253
254
255
256
254257
255258
256259
if ($create) {
if (null != $this->get_owner() and $this->owner != $this->submitter) {
$to_email[] = array($this->get_owner()->email,
$email_lang = array($this->get_owner()->email,
$this->get_owner()->language);
if (!in_array($email_lang, $to_email)) {
$to_email[] = $email_lang;
}
}
$comments = $this->get_comments_list(array('order' => 'id ASC'));
$context = new Pluf_Template_Context(

Archive Download the corresponding diff file

Page rendered in 0.08797s using 14 queries.