diff --git a/docroot/profiles/mediafoundry/modules/contrib/workbench_moderation/workbench_moderation.node.inc b/docroot/profiles/mediafoundry/modules/contrib/workbench_moderation/workbench_moderation.node.inc
index 5baaf59..f594945 100644
--- a/docroot/profiles/mediafoundry/modules/contrib/workbench_moderation/workbench_moderation.node.inc
+++ b/docroot/profiles/mediafoundry/modules/contrib/workbench_moderation/workbench_moderation.node.inc
@@ -37,7 +37,7 @@ function workbench_moderation_router_item_page_callback($node) {
   // Call whatever function is assigned to the main node path but pass the
   // current node as an argument. This approach allows for the reuse of of Panel
   // definition acting on node/%node.
-  return $router_item['page_callback']($node);
+  return $router_item['page_callback']('node', 'node_page_view', $node);
 
 }
 /**
