Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juzna committed Mar 8, 2012
1 parent 14c665b commit 95ddaf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/presenters/HomepagePresenter.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function addRepo(Form $frm) {
'dir' => $match[1], 'dir' => $match[1],
'subdir' => $frm->values['subdir'], 'subdir' => $frm->values['subdir'],
'added' => new DateTime, 'added' => new DateTime,
'inProgress' => 1, // mark as in progress immediately, to avoid race between our background script and browser
)); ));


// send mail // send mail
Expand Down

0 comments on commit 95ddaf9

Please sign in to comment.