Skip to content

Commit

Permalink
Fixed space after "if" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbenoit authored Sep 6, 2018
1 parent 4042c08 commit 3924f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/object.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ function rawSearchOptions() {
// Part of bug fix #176
// Don't use indexes blacklisted by other item types in plugin DataInjection.
$plugin = new Plugin();
if($plugin->isActivated("datainjection")
if ($plugin->isActivated("datainjection")
&& class_exists('PluginDatainjectionCommonInjectionLib')) {
$blacklisted_indexes = PluginDatainjectionCommonInjectionLib::getBlacklistedOptions(
get_called_class() //A class that extends PluginGenericobjectObject
Expand Down

0 comments on commit 3924f68

Please sign in to comment.