-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null dereference on param-filter check
- Loading branch information
1 parent
82ea0e9
commit 171e367
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,13 +30,13 @@ public function data() | |
VERSION:3.0 | ||
ORG:Company; | ||
TITLE:Title | ||
ITEM4.TEL:(111) 11 11 11 | ||
ITEM5.TEL:(6) 66 66 66 66 | ||
ITEM6.TEL:(77) 777 77 77 | ||
TEL;TYPE=IPHONE;TYPE=pref:(222) 22 22 22 | ||
TEL;TYPE=HOME:(33) 333 66 66 | ||
TEL;TYPE=WORK:(444) 44 44 44 | ||
TEL;TYPE=MAIN:(55) 555 55 55 | ||
ITEM4.TEL:(111) 11 11 11 | ||
ITEM5.TEL:(6) 66 66 66 66 | ||
ITEM6.TEL:(77) 777 77 77 | ||
UID:3151DE6A-BC35-4612-B340-B53A034A2B27 | ||
ITEM1.EMAIL:[email protected] | ||
ITEM2.EMAIL:[email protected] | ||
|