This commit is contained in:
Isaac Connor 2019-01-16 12:10:34 -05:00
parent eee1d871e0
commit ba21820fd0
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ function makePopupButton( $url, $winName, $winSize, $buttonValue, $condition=1,
} else { } else {
$string .= ' data-window-tag="' . htmlspecialchars($winSize) . '"'; $string .= ' data-window-tag="' . htmlspecialchars($winSize) . '"';
} }
if ($condtion) { if ($condition) {
$string .= ' disabled="disabled"'; $string .= ' disabled="disabled"';
} }
$string .= ($options ? (' ' . $options) : '') . '/>'; $string .= ($options ? (' ' . $options) : '') . '/>';