Skip to content

Commit

Permalink
Fix missing inclusion of bootstrap.php in OmeroConnection.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarpon committed Mar 9, 2017
1 parent 72898c8 commit 4972628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/OmeroConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*/
namespace hrm;

require_once dirname(__FILE__) . '/bootstrap.php';

/**
* Handles communication to an Omero server.
*
Expand Down

0 comments on commit 4972628

Please sign in to comment.