aboutsummaryrefslogtreecommitdiffstats
path: root/calendars
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-05-18 20:47:21 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-05-18 20:47:21 +0000
commitd085a95d5285edd2c4d8f58a70c85712a3af0d84 (patch)
tree57c47f4add46e6bbb853fb2b071a4d1b05266060 /calendars
parent1c41499b46b874ddfde47e4de332f70cff2d6287 (diff)
downloadphpicalendar-d085a95d5285edd2c4d8f58a70c85712a3af0d84.tar.gz
phpicalendar-d085a95d5285edd2c4d8f58a70c85712a3af0d84.tar.bz2
phpicalendar-d085a95d5285edd2c4d8f58a70c85712a3af0d84.zip
Changed 204 to 200 to fix bug 1704227
Diffstat (limited to 'calendars')
-rw-r--r--calendars/publish.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendars/publish.php b/calendars/publish.php
index 7f6c230..2d76171 100644
--- a/calendars/publish.php
+++ b/calendars/publish.php
@@ -242,7 +242,7 @@ if(defined('PHPICALENDAR_LOG_PUBLISHING') && PHPICALENDAR_LOG_PUBLISHING == 1) {
fclose($logfile);
}
-header('HTTP/1.1 204 Successful.');
+header('HTTP/1.1 200 OK');
exit;

© 2014-2024 Faster IT GmbH | imprint | privacy policy