Skip to content

Commit

Permalink
Fix glossary glossary plugin loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 21, 2015
1 parent 803247f commit 0187510
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public function __construct(
// Adding plugins depending of platform conditions
$plugins = array();

if (api_get_setting('show_glossary_in_documents') != 'none') {
if (api_get_setting('show_glossary_in_documents') == 'ismanual') {
$plugins[] = 'glossary';
}

Expand Down

0 comments on commit 0187510

Please sign in to comment.