Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Fix missing return value in TermPassThroughFilter #49
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaber-de committed Feb 7, 2016
1 parent e5e4a63 commit 881a3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Import/Filter/TermPassThroughFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TermPassThroughFilter implements TermImportFilterInterface {
*/
public function term_to_import( Type\ImportTermInterface $import_term ) {

TRUE;
return TRUE;
}

}

0 comments on commit 881a3c9

Please sign in to comment.