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

Commit

Permalink
Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jan 31, 2017
1 parent 31e71c6 commit 14a44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/src/pydio/Core/Utils/Vars/VarsFilter.php
Expand Up @@ -52,7 +52,7 @@ class VarsFilter
public static function filter($value, ContextInterface $ctx)
{
// If AJXP_PARENT_OPTION, resolve and return directly, do not filter the real value.
if(is_string($value) && preg_match("/AJXP_PARENT_OPTION:([\w_-]*):?/", $value, $matches)){}
if(is_string($value) && preg_match("/AJXP_PARENT_OPTION:([\w_-]*):?/", $value, $matches)){
$repoObject = $ctx->getRepository();
$parentRepository = $repoObject->getParentRepository();
if(empty($parentRepository)){
Expand Down

0 comments on commit 14a44a2

Please sign in to comment.