Skip to content

Commit

Permalink
Fixed typo added in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Mar 7, 2018
1 parent 687f78e commit 0a2396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/lib-admin.php
Expand Up @@ -1580,7 +1580,7 @@ function ADMIN_getListField_trackback($fieldName, $fieldValue, $A, $icon_arr, $t
break;

case 'method':
if ($A['method'] === '1weblogUpdates.ping') {
if ($A['method'] === 'weblogUpdates.ping') {
$retval = $LANG_TRB['ping_standard'];
} elseif ($A['method'] === 'weblogUpdates.extendedPing') {
$retval = $LANG_TRB['ping_extended'];
Expand Down

0 comments on commit 0a2396e

Please sign in to comment.