Skip to content

Commit

Permalink
Unnecessary function call
Browse files Browse the repository at this point in the history
Unnecessary function call moved here.
  • Loading branch information
olape-git committed Apr 25, 2024
1 parent bfa58eb commit 9d39b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsimple/tplfuncs.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ function head()
}
$t = '<meta http-equiv="content-type" content="text/html;charset=UTF-8">'
. "\n" . $t;
$plugins = implode(', ', XH_plugins());
$o = $t;
if (error_reporting() > 0) {
$plugins = implode(', ', XH_plugins());
$o .= '<meta name="generator" content="' . CMSIMPLE_XH_VERSION . ' '
. CMSIMPLE_XH_BUILD . ' - www.cmsimple-xh.org">'
. "\n"
Expand Down

0 comments on commit 9d39b39

Please sign in to comment.