Skip to content

Commit

Permalink
pkp/healthSciences#258 Resolve Smarty warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 6, 2024
1 parent 137bd0e commit 7edf2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/template/PKPTemplateManager.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ function initialize($request) {
}

// Register custom functions
$this->registerPlugin('modifier', 'trim', 'intval');
$this->registerPlugin('modifier', 'intval', 'intval');
$this->registerPlugin('modifier', 'json_encode', 'json_encode');
$this->registerPlugin('modifier', 'uniqid', 'uniqid');
Expand Down

0 comments on commit 7edf2f2

Please sign in to comment.