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

Commit

Permalink
Filter repositories labels
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jan 24, 2014
1 parent 8b8f516 commit f89e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/classes/class.Repository.php
Expand Up @@ -382,7 +382,7 @@ public function getDisplay()
return SystemTextEncoding::fromUTF8($mess[$this->displayStringId]);
}
}
return $this->display;
return AJXP_VarsFilter::filter($this->display);
}

/**
Expand Down

0 comments on commit f89e3cd

Please sign in to comment.