From e6bc3fde8e132652e639cb16534495c80d94cf2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 19 Jun 2005 16:10:03 +0000 Subject: [PATCH] * Using {{PATH}} rather than $wgScriptPath --- includes/SpecialVersion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 101eb0e1c1..a9756a32be 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -10,7 +10,7 @@ * constructor */ function wfSpecialVersion() { - global $wgOut, $wgVersion, $wgScriptPath; + global $wgOut, $wgVersion; $dbr =& wfGetDB( DB_SLAVE ); @@ -30,7 +30,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received [{{SERVER}}$wgScriptPath/COPYING a copy of the GNU General Public License] +You should have received [{{SERVER}}{{PATH}}/COPYING a copy of the GNU General Public License] along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. or [http://www.gnu.org/copyleft/gpl.html read it online] -- 2.20.1