* reset setCompany.

This commit is contained in:
xia0ta0
2013-09-03 14:25:20 +08:00
parent 831a383726
commit da1735f3c8
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ class common extends control
parent::__construct();
$this->common->startSession();
$this->common->sendHeader();
$this->common->setCompany();
$this->common->setUser();
$this->common->loadConfigFromDB();
$this->common->loadCustomFromDB();