summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/favor.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/favor.php')
-rw-r--r--_darcs/pristine/actions/favor.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/_darcs/pristine/actions/favor.php b/_darcs/pristine/actions/favor.php
index c0b0324b5..3ec4af0b5 100644
--- a/_darcs/pristine/actions/favor.php
+++ b/_darcs/pristine/actions/favor.php
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/mail.php');
class FavorAction extends Action {
- function handle($args) {
+ function handle($args)
+ {
parent::handle($args);
if (!common_logged_in()) {
@@ -80,7 +81,8 @@ class FavorAction extends Action {
}
}
- function notify($fave, $notice, $user) {
+ function notify($fave, $notice, $user)
+ {
$other = User::staticGet('id', $notice->profile_id);
if ($other && $other->id != $user->id) {
if ($other->email && $other->emailnotifyfav) {