* fix the error when get version.

This commit is contained in:
wangchunsheng
2010-04-17 06:07:51 +00:00
parent 4b2a57f56e
commit ef1739ae8e
+1 -1
View File
@@ -41,6 +41,6 @@ class settingModel extends model
->andWhere('owner')->eq($owner)
->andWhere('section')->eq($section)
->andWhere('`key`')->eq($key)
->fetch('value');
->fetch('value', $autoCompany = false);
}
}