Skip to content

Commit c306576

Browse files
committed
fixed bracket newline
1 parent 5f453f8 commit c306576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/classes/datatypes/ezuser/ezusertype.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ function objectAttributeContent( $contentObjectAttribute )
365365
eZDebugSetting::writeDebug( 'kernel-user', $user, 'user' );
366366

367367
// return if user object wasn't found to avoid a fatal error in eZUserType::updateUserDraft
368-
if ( !( $user instanceof eZUser ) ) {
368+
if ( !( $user instanceof eZUser ) )
369+
{
369370
return null;
370371
}
371372

0 commit comments

Comments
 (0)