Skip to content
Snippets Groups Projects
Commit 6339a514 authored by ale's avatar ale
Browse files

Fix typo

parent ebb00e9b
No related branches found
Tags v0.0.6
No related merge requests found
Pipeline #72770 passed
......@@ -131,7 +131,7 @@ class Translatable {
$results = [];
foreach ( $this->languages as $language ) {
if ( !in_array( $language, $this->languages, true ) ) {
if ( !in_array( $language, $this->translations, true ) ) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment