Skip to content

Commit

Permalink
Fix: Error with nodetype menu.
Browse files Browse the repository at this point in the history
Fixed an error with the nodetype name in chmodNode run.
  • Loading branch information
DomingoLlanes committed Dec 22, 2016
1 parent 661ba26 commit 0d4a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/menu/mnuAdd.php
Expand Up @@ -68,7 +68,7 @@ public static function runMe(&$params, $debug = true) {
if ($respAddNode['ok'] === TRUE)
{
$respChmodNode = driverCommand::run('chmodNode', array(
'nodetype' => 'node_menu',
'nodetype' => 'menu',
'nid' => $respAddNode['nid'],
'flags' => '3908'
));
Expand Down

0 comments on commit 0d4a571

Please sign in to comment.