Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 30, 2024
1 parent aae75e0 commit e5c0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function ajax_projects_suggest_project_id() {
";
}

if ( orbis_plugin_activated( 'companies' ) ) {
if ( isset( $wpdb->orbis_companies ) ) {
$extra_select .= ',
principal.name AS principal_name
';
Expand Down

0 comments on commit e5c0ee8

Please sign in to comment.