Please have a look at this:
http://drupal.org/node/299824

This really seems to be only a little problem, could you please fix it so that updates do not undo manual bugfixes anymore?

Simply replace line 136 in file nodehierarchy_views.module by:

if ((!$first_arg || ($first_arg['field'] !== "parent" && $first_arg['field'] !== "antecedent") || $first_arg['table'] !== "nodehierarchy") and is_array($view->display['default']->display_options['arguments'])){

Thanks!

If you have no time, could you give me CVS permission?

Comments

markhalliwell’s picture

Component: Code » Drupal/PHP Code

Copy & Pasted: This issue pertains to the 6.x-1.x branch which is now legacy and is over one year old. If this issue is not applicable anymore, please consider closing it. Otherwise, please update this issue appropriately. Will be closed in two weeks if no response.