Skip to content

Commit

Permalink
Fix missing NotImplementedException in loadTranslationInfos()
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 24, 2015
1 parent 2d68784 commit f0c0bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Repository/ContentService.php
Expand Up @@ -1982,7 +1982,7 @@ public function addTranslationInfo( TranslationInfo $translationInfo )
*/
public function loadTranslationInfos( ContentInfo $contentInfo, array $filter = array() )
{

throw new NotImplementedException( __METHOD__ );
}

/**
Expand Down

0 comments on commit f0c0bb3

Please sign in to comment.