From ae51d5027a404c5c931cffb4b282dd55731b4ab1 Mon Sep 17 00:00:00 2001 From: ywarnier Date: Tue, 28 Aug 2007 17:30:33 +0000 Subject: [PATCH] Language file has changed from "boutique" to "shop". Update to use new file. --- htdocs/oscommerce_ws/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/oscommerce_ws/index.php b/htdocs/oscommerce_ws/index.php index ba2bc6867d9..3a777551731 100644 --- a/htdocs/oscommerce_ws/index.php +++ b/htdocs/oscommerce_ws/index.php @@ -29,7 +29,7 @@ require("./pre.inc.php"); -$langs->load("boutique"); +$langs->load("shop"); $langs->load("orders");