Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created November 7, 2014 17:16
Show Gist options
  • Save mkorostoff/e0e71acf78e4c3be49fb to your computer and use it in GitHub Desktop.
Save mkorostoff/e0e71acf78e4c3be49fb to your computer and use it in GitHub Desktop.
if ($controller['callback'] === '_services_entity_resource_callback' && $controller['args'][0]['default value'] === 'create' && isset($args[2]) && is_array($args[2])) {
$args[2]['author'] = $user->uid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment