Skip to content

Commit 030662a

Browse files
authored
Fixes old json in acf-json folder not showing in Sync available (#30)
* Fixes old json in acf-json folder not showing in Sync available Fixes #27
1 parent 2eb4065 commit 030662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/admin-internal-post-type-list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function setup_sync() {
189189
continue;
190190

191191
// Ignore not local "json".
192-
} elseif ( 'json' === $local ) {
192+
} elseif ( 'json' !== $local ) {
193193
continue;
194194

195195
// Append to sync if not yet in database.

0 commit comments

Comments
 (0)