Skip to content

Commit

Permalink
Submssion file revision ID , Clean JSON Message for file deletion #2
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Dec 21, 2018
1 parent 911c71a commit d655cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TexturePlugin.inc.php
Expand Up @@ -108,7 +108,7 @@ public function templateFetchCallback($hookName, $params) {
$templateMgr = $params[0];
$resourceName = $params[1];
if ($resourceName == 'controllers/grid/gridRow.tpl') {
$row = $templateMgr->get_template_vars('row');
$row = $templateMgr->getTemplateVars('row');
$data = $row->getData();
if (is_array($data) && (isset($data['submissionFile']))) {
$submissionFile = $data['submissionFile'];
Expand Down

0 comments on commit d655cdf

Please sign in to comment.