Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Fixed bugs #018831, #018832 #146

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

- Fixed bugs #018831, #018832 #146

wants to merge 3 commits into from

Conversation

xmak
Copy link
Contributor

@xmak xmak commented Oct 24, 2011

  • Fixed bug #018831: links to the registere user in user/registrationinfo.tpl and user/registrationfeedback.tpl are invalid
  • Fixed bug #018832: editing unactivated registered user causes fatal error

@@ -449,7 +449,8 @@ if ( $OmitSectionSetting !== true )
{
$sectionID = $object->attribute( 'section_id' );
$section = eZSection::fetch( $sectionID );
$res->setKeys( array( array( 'section', $object->attribute( 'section_id' ) ),
if ( $section )
$res->setKeys( array( array( 'section', $object->attribute( 'section_id' ) ),
Copy link
Contributor

Choose a reason for hiding this comment

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

This fixes the fatal error, but not the fact that there is no section affected unfortunately...

@lolautruche
Copy link
Contributor

Hi

Please one pull request per issue :)

@xmak
Copy link
Contributor Author

xmak commented Nov 9, 2011

OK, so what about the issue #018831? Should I create a new pull request for it?

@lolautruche
Copy link
Contributor

Yes, if you don't mind :)
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants