Page MenuHomePhorge

D25319.1737213909.diff
No OneTemporary

D25319.1737213909.diff

diff --git a/src/infrastructure/javelin/markup.php b/src/infrastructure/javelin/markup.php
--- a/src/infrastructure/javelin/markup.php
+++ b/src/infrastructure/javelin/markup.php
@@ -74,7 +74,7 @@
$body = array();
$http_method = idx($attributes, 'method');
- $is_post = (strcasecmp($http_method, 'POST') === 0);
+ $is_post = $http_method && (strcasecmp($http_method, 'POST') === 0);
$http_action = idx($attributes, 'action');

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 15:25 (2 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113688
Default Alt Text
D25319.1737213909.diff (444 B)

Event Timeline