Fix parse error in the file webServicesAjax.php
This commit is contained in:
@@ -1398,7 +1398,6 @@ try {
|
||||
}
|
||||
if ($val->key == 'name') {
|
||||
$name = $val->value;
|
||||
}
|
||||
} else {
|
||||
if (isset( $item->guid )) {
|
||||
$guid = $item->guid;
|
||||
@@ -1506,7 +1505,7 @@ try {
|
||||
|
||||
print_r( $_POST );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user