summaryrefslogtreecommitdiff
path: root/maintenance/oracle/alterSharedConstraints.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/oracle/alterSharedConstraints.php')
-rw-r--r--maintenance/oracle/alterSharedConstraints.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/oracle/alterSharedConstraints.php b/maintenance/oracle/alterSharedConstraints.php
index aa207821..e222314d 100644
--- a/maintenance/oracle/alterSharedConstraints.php
+++ b/maintenance/oracle/alterSharedConstraints.php
@@ -26,7 +26,7 @@
* i.e.: GRANT REFERENCES (user_id) ON mwuser TO hubclient;
*/
-require_once( dirname( __FILE__ ) . '/../Maintenance.php' );
+require_once( __DIR__ . '/../Maintenance.php' );
class AlterSharedConstraints extends Maintenance {
public function __construct() {