Skip to content

Commit

Permalink
Fix to ensure all classes have the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
spficklin committed Jan 6, 2021
1 parent 35885f1 commit 3e26877
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tripal/includes/TripalImporter.inc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class TripalImporter {
*/
public static $use_analysis = TRUE;


/**
* If the $use_analysis value is set above then this value indicates if the
* analysis should be required.
Expand All @@ -69,6 +70,13 @@ class TripalImporter {
*/
public static $button_text = 'Import File';

/**
* If the form submit button that is provided by the Importer is not
* needed (i.e. the child class wants to do something different). Then
* set this to FALSE.
*/
public static $use_button = TRUE;

/**
* Indicates the methods that the file uploader will support.
*/
Expand Down

0 comments on commit 3e26877

Please sign in to comment.