Skip to content

Commit 18dad7b

Browse files
authored
Fix: Return false instead of null (#878)
1 parent 9b12309 commit 18dad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
/* This could be an image or whatever, so don't try to compress it */
1313
ini_set("zlib.output_compression", 0);
14-
return null;
14+
return false;

0 commit comments

Comments
 (0)