From 1b8ae663f28975353ea4c7e75b8c2a8b46464cd6 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 22 Nov 2010 07:19:50 +0000 Subject: [PATCH] * load company lang. --- module/common/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/common/control.php b/module/common/control.php index 9cdf6b134f..618447c1b5 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -24,6 +24,7 @@ class common extends control $this->common->sendHeader(); $this->common->setCompany(); $this->common->setUser(); + $this->app->loadLang('company'); } /**