Skip to content
Snippets Groups Projects
Commit 4aa40f97 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fixed method call to in_array, re #3225

parent 9ae449f9
No related branches found
No related tags found
No related merge requests found
...@@ -1149,7 +1149,7 @@ class Resources_BookingController extends AuthenticatedController ...@@ -1149,7 +1149,7 @@ class Resources_BookingController extends AuthenticatedController
//Validation: //Validation:
if (!in_aray($this->booking_type, [ if (!in_array($this->booking_type, [
ResourceBooking::TYPE_NORMAL, ResourceBooking::TYPE_NORMAL,
ResourceBooking::TYPE_RESERVATION, ResourceBooking::TYPE_RESERVATION,
ResourceBooking::TYPE_LOCK, ResourceBooking::TYPE_LOCK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment