Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 20, 2015
1 parent 8ff7798 commit a6c2f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/classes/class.AJXP_Plugin.php
Expand Up @@ -155,7 +155,7 @@ protected function getFilteredOption($optionName, $repositoryScope = AJXP_REPO_S
$repositoryScope,
isSet($merged[$optionName]) ? $merged[$optionName] : null
);
if ($repo != null && $repo->hasParent()) {
if (isSet($repo) && $repo != null && $repo->hasParent()) {
$retest = $loggedUser->mergedRole->filterParameterValue(
$this->getId(),
$optionName,
Expand Down

0 comments on commit a6c2f85

Please sign in to comment.