소스 검색

Minor fix

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@413 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
4981752774
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      core/dbobject.class.php

+ 4 - 0
core/dbobject.class.php

@@ -399,6 +399,10 @@ abstract class DBObject
 				if (is_object($oTargetObj))
 				{
 					$sEditValue = $oTargetObj->GetName();
+				}
+				else
+				{
+					$sEditValue = 0;
 				}					
 			}
 			else