Skip to content

Commit

Permalink
Instrument List: hasAccess() should have the timePoint variable with …
Browse files Browse the repository at this point in the history
…capital P (#3182)

Fix case in variable name.
  • Loading branch information
MounaSafiHarab authored and driusan committed Oct 18, 2017
1 parent 29652a1 commit d377b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class NDB_Menu_Filter_Instrument_List extends NDB_Menu_Filter
)
)
|| (in_array(
$timepoint->getData('CenterID'),
$timePoint->getData('CenterID'),
$user->getData('CenterIDs')
)
)
Expand Down

0 comments on commit d377b02

Please sign in to comment.