Commit 6324d665 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

style / spacing

(cherry picked from commit c92fb905)
parent e34449c9
......@@ -99,8 +99,8 @@ class CertificateField extends BaseField
public function eventPostLoading()
{
if (!isset(self::$internalOptionList[$this->certificateType])) {
self::$internalOptionList[$this->certificateType] = array();
$configObj = Config::getInstance()->object();
self::$internalOptionList[$this->certificateType] = array();
$configObj = Config::getInstance()->object();
foreach ($configObj->{$this->certificateType} as $cert) {
self::$internalOptionList[$this->certificateType][(string)$cert->refid] = (string)$cert->descr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment