Skip to content

Commit 7685ad2

Browse files
committed
iss1748 - Fix setting filters.
1 parent 1b834e2 commit 7685ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack/cas/castext2/blocks/ascii.block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function compile($format, $options): ?MP_Node {
4141

4242
// Define iframe params.
4343
$xpars = [];
44+
$xpars['filters'] = '';
4445
$answer = '';
4546

4647
foreach ($this->params as $key => $value) {
@@ -63,7 +64,6 @@ public function compile($format, $options): ?MP_Node {
6364
$height = $existsuserheight ? $xpars['height'] : "400px";
6465
$xpars['width'] = $width;
6566
$xpars['height'] = $height;
66-
$xpars['filters'] = '';
6767

6868
// Set a title.
6969
$xpars['title'] = 'STACK ASCII ///ASCII_COUNT///';

0 commit comments

Comments
 (0)