Skip to content

Commit

Permalink
Fix access rights callout default
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 19, 2024
1 parent 11c5d30 commit 3bb2fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/PodsAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ public function get_callouts() {
'access_rights' => (
PodsInit::$version_last
&& version_compare( PodsInit::$version_last, '3.1.0-a-1', '<' )
) ? 0 : 1,
) ? 1 : 0,
];

update_option( 'pods_callouts', $callouts );
Expand Down

0 comments on commit 3bb2fd2

Please sign in to comment.