|
@@ -71,9 +71,9 @@ |
|
71
|
71
|
* |
|
72
|
72
|
* @return bool True if the site has active plugins, False otherwise. |
|
73
|
73
|
*/ |
|
74
|
74
|
public function is_enabled() { |
|
75
|
|
- return (bool) $this->get_plugins(); |
|
75
|
+ return ! ! $this->get_plugins(); |
|
76
|
76
|
} |
|
77
|
77
|
|
|
78
|
78
|
/** |
|
79
|
79
|
* Get active plugins report fields. |