Skip to content

Commit 2a1db62

Browse files
committed
fix broken constant
1 parent a5e7557 commit 2a1db62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if ( is_admin() || defined( 'DOING_AJAX' ) ) {
5252

5353
// don't WP-Update actual repos!
54-
if ( ! file_exists( ACFQUICKEDIT_DIRECTORY . '/.git/' ) ) {
54+
if ( ! file_exists( ACF_DUPLICATE_REPEATER_DIRECTORY . '/.git/' ) ) {
5555
AutoUpdate\AutoUpdateGithub::instance();
5656
}
5757

0 commit comments

Comments
 (0)