Active
Project:
Deploy - Content Staging
Version:
6.x-1.x-dev
Component:
node_deploy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 16:59 UTC
Updated:
4 Nov 2009 at 14:14 UTC
In node_deploy.module:
/**
* Implementation of hook_deploy_check().
*
* Used to manage deployment dependencies
*
* @param $nid
* Nid of the node we're trying to deploy
*/
function node_deploy_check($nid) {
Really?
node_deploy_deploy_check, surely?
Unless the plan is to register the hook on behalf of core node module, in which case the function doxygen header could do to say that.
Comments
Comment #1
gddNo that's a good catch, I bet that is in other places as well.