Skip to content

Commit

Permalink
turnOff warning #301
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Nov 6, 2017
1 parent 50ba90c commit 26d89b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/includes/document.parser.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1899,9 +1899,9 @@ function evalSnippets($content)

if (strpos($content, $s) !== false) {
$content = str_replace($s, $value, $content);
} else {
} /*else {
$this->addLog('evalSnippets parse error', $_SERVER['REQUEST_URI'] . $s, 2);
}
}*/
}

if ($this->dumpSnippets) {
Expand Down

0 comments on commit 26d89b8

Please sign in to comment.