Skip to content

Commit

Permalink
Merge pull request #379 from ezsystems/issue-19471
Browse files Browse the repository at this point in the history
Fixed issue 19471: Hidden objects not found in admin interface
  • Loading branch information
paulborgermans committed Aug 10, 2012
2 parents ef3b9f9 + 6317519 commit c2e35c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/content/function_definition.php
Expand Up @@ -521,7 +521,7 @@
array( 'name' => 'ignore_visibility',
'type' => 'bool',
'required' => false,
'default' => false ),
'default' => null ),
array( 'name' => 'limitation',
'type' => 'array',
'required' => false,
Expand Down

2 comments on commit c2e35c5

@sylvainbannier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bug also affects ez 4.7 (not shown in bug report EZP-19471)

@yannickroger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.