* fix the error of warning.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* Methods. */
|
||||
$lang->svn = new stdclass();
|
||||
$lang->svn->common = 'Subversion';
|
||||
$lang->svn->cat = 'View code';
|
||||
$lang->svn->diff = 'Diff code';
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* 方法列表。*/
|
||||
$lang->svn = new stdclass();
|
||||
$lang->svn->common = 'Subversion';
|
||||
$lang->svn->cat = '查看源代码';
|
||||
$lang->svn->diff = '比较源代码';
|
||||
|
||||
@@ -428,6 +428,7 @@ class svnModel extends model
|
||||
*/
|
||||
public function saveAction2PMS($objects, $log, $repoRoot = '')
|
||||
{
|
||||
$action = new stdclass();
|
||||
$action->actor = $log->author;
|
||||
$action->action = 'svncommited';
|
||||
$action->date = $log->date;
|
||||
|
||||
Reference in New Issue
Block a user