Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 19, 2024
1 parent f69c335 commit a930f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/grid/plugins/PluginGalleryGridHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function viewPlugin($args, $request) {
}

// Display plugin information
$templateMgr->assign('plugin', $plugin)
$templateMgr->assign('plugin', $plugin);

// Get currently installed version, if any.
$installActionKey = $installConfirmKey = $installOp = null;
Expand Down

0 comments on commit a930f7b

Please sign in to comment.