From 59ef19b7d3fa6aa326cebf528a30dcae42631204 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Sep 2008 14:25:59 -0400 Subject: fix requires in dis/favor and correct url in form darcs-hash:20080908182559-84dde-27b288efd341a4dd148abb641064d9e48ca2aa11.gz --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 70894aeff..2da767a04 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1560,7 +1560,7 @@ function common_disfavor_form($notice) { function common_favor_form($notice) { common_element_start('form', array('id' => 'favor-' . $notice->id, 'method' => 'post', - 'action' => common_local_url('disfavor'))); + 'action' => common_local_url('favor'))); common_hidden('token', common_session_token()); common_hidden('notice', $notice->id); common_submit('favor-submit-' . $notice->id, '♡'); -- cgit v1.2.3-54-g00ecf