Skip to content

Commit 6033974

Browse files
authored
Add default value to give_get_option call
1 parent 3e387c3 commit 6033974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/DonationForms/OrphanedForms/Actions/Assets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Assets
1414
*/
1515
public function __invoke()
1616
{
17-
if ('enabled' !== give_get_option('show_orphaned_forms_table')) {
17+
if ('enabled' !== give_get_option('show_orphaned_forms_table', 'disabled')) {
1818
return;
1919
}
2020

0 commit comments

Comments
 (0)