Skip to content

Commit

Permalink
Show success notification.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 5, 2010
1 parent 63cfab6 commit a7cb96c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions merge.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
}
if (is_a($result = $driver->delete($key), 'PEAR_Error')) {
$notification->push($result);
header('Location: ' . $url);
exit;
}

$notification->push(_("Successfully merged two contacts."), 'horde.success');
header('Location: ' . $url);
exit;

0 comments on commit a7cb96c

Please sign in to comment.