mirror of https://github.com/apache/cloudstack.git
change config.getValue
This commit is contained in:
parent
f7eb42a4d3
commit
b593fcd721
|
|
@ -133,12 +133,8 @@ public class ConfigurationDaoImpl extends GenericDaoBase<ConfigurationVO, String
|
|||
}
|
||||
|
||||
ConfigurationVO config = configurations.get(0);
|
||||
String value = config.getValue();
|
||||
|
||||
if (value == null) {
|
||||
return "";
|
||||
} else {
|
||||
return value;
|
||||
}
|
||||
String value = config.getValue();
|
||||
return value;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue