Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 28, 2018
1 parent 582e393 commit 66b00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjobs/hide.php
Expand Up @@ -49,7 +49,7 @@
{
$cli->output( 'Hiding node: "' . $node->attribute( 'name' ) . '" (' . $node->attribute( 'node_id' ) . ')' );
eZContentObjectTreeNode::hideSubTree( $node );

//call appropriate method from search engine
eZSearch::updateNodeVisibility( $node->attribute( 'node_id' ), 'hide' );
}
Expand Down

0 comments on commit 66b00f0

Please sign in to comment.