1
0

Use full URL instead of relative URL in order to work properly with mod_rewrite.

This commit is contained in:
rWatcher 2010-03-14 02:53:18 +08:00 committed by Tim Almdal
parent 9ab7b6b742
commit f9bb5bcd84

View File

@ -265,7 +265,6 @@ class CalendarView_Controller extends Controller {
$str_year_id = Input::instance()->post("cal_year");
// redirect to the currect page.
url::redirect(url::site("calendarview/calendar/" . $str_year_id . "/" . $str_user_id));
url::redirect(url::site("calendarview/calendar/" . $str_year_id . "/" . $str_user_id, "http"));
}
}