X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=3f249da0aca21c457146fd4243eebc669ea06430;hb=28e2eab7aee3ab5dac11fcc62be595b9a1c2df8b;hp=dea1c2b9eaabd7fb12c1d312e4a8b47e35c81f38;hpb=4a22034be6550bfcd469ccd2de7e866dd4d0a8a7;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index dea1c2b9ea..3f249da0ac 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -254,8 +254,7 @@ function cal_content(App $a) ]); if (!empty($_GET['id'])) { - echo $o; - exit(); + System::httpExit($o); } return $o;