Bugfix attempt #2
This commit is contained in:
parent
87ed217b97
commit
de6486ec44
3 changed files with 4 additions and 2 deletions
|
@ -43,6 +43,8 @@ public class ItemUtils {
|
|||
}catch(Exception e)
|
||||
{
|
||||
ret =0;
|
||||
}finally{
|
||||
if(ret == null)ret =0;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Reference in a new issue