Skip to content

Commit

Permalink
Update pa_client.php
Browse files Browse the repository at this point in the history
fix error log
  • Loading branch information
ahelsing committed Nov 12, 2015
1 parent 88c9e5d commit c75b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/php/pa_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ function lookup_project_details($sa_url, $signer, $project_uuids)

$client = XMLRPCClient::get_client($sa_url, $signer);
if (! isset($project_uuids) || is_null($project_uuids) || count($project_uuids) == 0) {
error_log("Asked to lookup detils on no projects");
error_log("Asked to lookup details on no project uuids");
return array();
}
$options = array('match' => array('PROJECT_UID' => array_values($project_uuids)));
Expand Down

0 comments on commit c75b08c

Please sign in to comment.