We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b22cf commit d6c8a41Copy full SHA for d6c8a41
HideSubmit.php
@@ -48,7 +48,7 @@ public function redcap_every_page_before_render($project_id) {
48
function getTags($tag) {
49
// This is straight out of Andy Martin's example post on this:
50
// https://community.projectredcap.org/questions/32001/custom-action-tags-or-module-parameters.html
51
- if (!class_exists('\Stanford\Utility\ActionTagHelper')) include_once('classes/ActionTagHelper.php');
+ if (!class_exists('INTERSECT\HideSubmit\ActionTagHelper')) include_once('classes/ActionTagHelper.php');
52
$action_tag_results = ActionTagHelper::getActionTags($tag);
53
return $action_tag_results;
54
}
0 commit comments