summaryrefslogtreecommitdiffstats
path: root/skins/Vector.deps.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Vector.deps.php')
-rw-r--r--skins/Vector.deps.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/Vector.deps.php b/skins/Vector.deps.php
index 7a8c288..ed33b11 100644
--- a/skins/Vector.deps.php
+++ b/skins/Vector.deps.php
@@ -8,4 +8,5 @@
if ( ! defined( 'MEDIAWIKI' ) )
die( 1 );
-require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
+$preIP = '/usr/share/mediawiki';
+require_once( $preIP . '/includes/SkinTemplate.php');