diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-08 14:25:59 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-08 14:25:59 -0400 |
commit | 59ef19b7d3fa6aa326cebf528a30dcae42631204 (patch) | |
tree | b3e58306296f485b803a158e22311284a7a7ca3f /actions/favor.php | |
parent | c47a576f6c15f1b59206c8b8d6470f4fb505e5a4 (diff) |
fix requires in dis/favor and correct url in form
darcs-hash:20080908182559-84dde-27b288efd341a4dd148abb641064d9e48ca2aa11.gz
Diffstat (limited to 'actions/favor.php')
-rw-r--r-- | actions/favor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/favor.php b/actions/favor.php index f192321f9..10ad6b809 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once($INSTALLDIR.'/lib/mail.php'); +require_once(INSTALLDIR.'/lib/mail.php'); class FavorAction extends Action { |