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