Skip to content

Commit 3bb2fd2

Browse files
committed
Fix access rights callout default
1 parent 11c5d30 commit 3bb2fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/PodsAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ public function get_callouts() {
20302030
'access_rights' => (
20312031
PodsInit::$version_last
20322032
&& version_compare( PodsInit::$version_last, '3.1.0-a-1', '<' )
2033-
) ? 0 : 1,
2033+
) ? 1 : 0,
20342034
];
20352035

20362036
update_option( 'pods_callouts', $callouts );

0 commit comments

Comments
 (0)