From 2fcf3f8f1c43e8fe721dd6ca787a98b9f1d417fe Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Tue, 4 May 2010 13:53:33 +0000
Subject: [PATCH] Update sample config, add missing mediawiki path

---
 config.sample.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.sample.php b/config.sample.php
index db05bd3..57e38c3 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -53,7 +53,8 @@ set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__));
 define('UNL_CATALOG_URI',              'http://localhost/workspace/UNL_GraduateBulletin/www/');
 define('UNL_CATALOG_MW_URI',           UNL_CATALOG_URI.'mediawiki/index.php/');
 define('UNL_CATALOG_MW_WGSCRIPTPATH',  '/workspace/UNL_GraduateBulletin/www/mediawiki');
+define('UNL_CATALOG_MW_WGARTICLEPATH', "/graduate/$1");
 define('UNL_TEMPLATES_DEPENDENTSPATH', $_SERVER['DOCUMENT_ROOT']);
 
 ini_set('display_errors', true);
-error_reporting(E_ALL);
\ No newline at end of file
+error_reporting(E_ALL);
-- 
GitLab