Skip to content

Commit d6c8a41

Browse files
committed
Hopefully fixes #6
1 parent 24b22cf commit d6c8a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HideSubmit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function redcap_every_page_before_render($project_id) {
4848
function getTags($tag) {
4949
// This is straight out of Andy Martin's example post on this:
5050
// 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');
51+
if (!class_exists('INTERSECT\HideSubmit\ActionTagHelper')) include_once('classes/ActionTagHelper.php');
5252
$action_tag_results = ActionTagHelper::getActionTags($tag);
5353
return $action_tag_results;
5454
}

0 commit comments

Comments
 (0)