diff options
author | leaneb <lea-e@bluewin.ch> | 2016-11-26 11:39:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 11:39:47 +0100 |
commit | e1cc80ec411d63a4a309fa76a53776c80c10e6f7 (patch) | |
tree | 01753d802435861ebd7c0624bb7050cf24e8c24d /includes/pages/user_ical.php | |
parent | 67df8da061f74322863354490409666eb87935b0 (diff) | |
parent | 561e8ec36c50b2ace9fe7352dfb4e11f57d0e82e (diff) |
Merge pull request #2 from engelsystem/master
Merge Changes from esys Master to own Repo
Diffstat (limited to 'includes/pages/user_ical.php')
-rw-r--r-- | includes/pages/user_ical.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/pages/user_ical.php b/includes/pages/user_ical.php index 553b8860..34860b70 100644 --- a/includes/pages/user_ical.php +++ b/includes/pages/user_ical.php @@ -12,9 +12,6 @@ function user_ical() { $key = $_REQUEST['key']; $user = User_by_api_key($key); - if ($user === false) { - engelsystem_error("Unable to find user."); - } if ($user == null) { engelsystem_error("Key invalid."); } |