1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00
appwrite/app/controllers
Steven Nguyen 24efa0de82
Fix router error
It's possible for the route to be null (no match) which leads to an
error like:

```
appwrite  | [Error] Timestamp: 2023-08-30T21:39:58+00:00
appwrite  | [Error] Type: Error
appwrite  | [Error] Message: Call to a member function label() on null
appwrite  | [Error] File: /usr/src/code/app/controllers/general.php
appwrite  | [Error] Line: 50
```

This adds a null check to prevent the error.
2023-08-30 16:07:11 -07:00
..
api chore: remove redundant attribute 2023-08-30 18:43:09 -04:00
shared Merge remote-tracking branch 'origin/cl-1.4.x' into feat-git-integration 2023-08-22 00:59:36 -04:00
web response format fix, smtp QA fixes 2023-08-25 17:13:25 +02:00
general.php Fix router error 2023-08-30 16:07:11 -07:00
mock.php Update app/controllers/mock.php 2023-08-30 17:57:38 -04:00