Ticket #4770: ping-22-xmlrpc.php.diff
| File ping-22-xmlrpc.php.diff, 725 bytes (added by , 18 years ago) |
|---|
-
xmlrpc.php
1033 1033 1034 1034 if(isset($content_struct["mt_allow_pings"])) { 1035 1035 if(!is_numeric($content_struct["mt_allow_pings"])) { 1036 switch($content ["mt_allow_pings"]) {1036 switch($content_struct["mt_allow_pings"]) { 1037 1037 case "closed": 1038 1038 $ping_status = "closed"; 1039 1039 break; … … 1245 1245 1246 1246 if(isset($content_struct["mt_allow_pings"])) { 1247 1247 if(!is_numeric($content_struct["mt_allow_pings"])) { 1248 switch($content ["mt_allow_pings"]) {1248 switch($content_struct["mt_allow_pings"]) { 1249 1249 case "closed": 1250 1250 $ping_status = "closed"; 1251 1251 break;