Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Log is NULL, will fail to construct #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

When Log is NULL, will fail to construct #52

wants to merge 1 commit into from

Conversation

symball
Copy link

@symball symball commented Apr 19, 2016

I am using this API as a Symfony bundle and the way things are put together in csrest_general.php at line 62:

$wrap = new CS_REST_Wrapper_Base(
NULL, 'https', CS_REST_LOG_NONE, CS_HOST, NULL,
new CS_REST_DoNothingSerialiser(), NULL);

The BaseSerialiser would always fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant