Skip to content

Commit

Permalink
fix Lib not found
Browse files Browse the repository at this point in the history
  • Loading branch information
tttptd authored Apr 26, 2017
1 parent 93b8a2f commit 52f9661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function safe_blocks($text, $way, $show = true)
{
if (count($this->_safe_blocks))
{
$safeType = true === $way ? "Lib::encrypt_tag(\$m[2])" : "stripslashes(Lib::decrypt_tag(\$m[2]))";
$safeType = true === $way ? "\EMT\Lib::encrypt_tag(\$m[2])" : "stripslashes(\EMT\Lib::decrypt_tag(\$m[2]))";
$safeblocks = true === $way ? $this->_safe_blocks : array_reverse($this->_safe_blocks);
foreach ($safeblocks as $block)
{
Expand Down

0 comments on commit 52f9661

Please sign in to comment.