Skip to content

Commit

Permalink
raised WACKO_VERSION to 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vendeeglobe committed Jan 30, 2022
1 parent 7c342d8 commit 5ff03f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wacko/class/wacko.php
Original file line number Diff line number Diff line change
Expand Up @@ -7017,7 +7017,7 @@ function build_toc($tag, $from, $to, $link = -1)
$_link = $link;
}

$page['body_toc'] = $page['body_toc'] ?? null;
$page['body_toc'] = $page['body_toc'] ?? '';
#$toc = unserialize($page['body_toc']); //json_decode
$toc = explode('<h-end>', $page['body_toc']);

Expand Down
2 changes: 1 addition & 1 deletion wacko/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
const SQL_MODE_PERMISSIVE = 'NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER';

// Do not change these three lines, PLEASE-PLEASE. In fact, don't change anything! Ever!
const WACKO_VERSION = '6.1.5';
const WACKO_VERSION = '6.1.6';
const HTML_ENTITIES_CHARSET = 'UTF-8';
const XML_HTMLSAX3 = 'lib/HTMLSax3/';

Expand Down

0 comments on commit 5ff03f9

Please sign in to comment.