* fix the error of warning.

This commit is contained in:
wangchunsheng
2013-02-06 04:10:55 +00:00
parent 846e679ea0
commit e5d7f02956
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,5 +9,6 @@
* @version $Id: English.php 824 2010-05-02 15:32:06Z wwccss $
* @link http://www.zentao.net
*/
$lang->api = new stdclass();
$lang->api->common = 'API';
$lang->api->getModel = 'Super Model API';
+1
View File
@@ -9,5 +9,6 @@
* @version $Id$
* @link http://www.zentao.net
*/
$lang->api = new stdclass();
$lang->api->common = 'API接口';
$lang->api->getModel = '超级model调用接口';