Skip to content

Commit 760d199

Browse files
committed
fix(manager) typo
1 parent f269a58 commit 760d199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/actions/mutate_content.dynamic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ function SetUrl(url, width, height, alt) {
13741374

13751375
<?php
13761376
//Template Variables
1377-
if ($modx->getConfig('group_tvs') > 2 && $templateVariablesOutput) {
1377+
if ($group_tvs > 2 && $templateVariablesOutput) {
13781378
echo $templateVariables;
13791379
}
13801380
?>

0 commit comments

Comments
 (0)