Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix issue #8 - fatal error due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Mar 18, 2014
1 parent 274e7d6 commit 37142aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/models/content.php
Expand Up @@ -283,7 +283,7 @@ static public function createContent( eZContentObjectTreeNode $parent, $input, $
$version->store();

self::updateAttributesList(
$content->contentObjectAttributes( true, false, isset( $input['initialLanguage'] ) ? $input['initialLanguage'] : false );
$content->contentObjectAttributes( true, false, isset( $input['initialLanguage'] ) ? $input['initialLanguage'] : false ),
$input['fields']
);

Expand Down

0 comments on commit 37142aa

Please sign in to comment.