better comment
This commit is contained in:
parent
9ecd2c4bee
commit
a27642cbfe
@ -1279,7 +1279,7 @@ abstract class CommonDocGenerator
|
|||||||
$extrafieldOptionsKey = $extrafieldsKeyPrefix.$extrafieldKey;
|
$extrafieldOptionsKey = $extrafieldsKeyPrefix.$extrafieldKey;
|
||||||
|
|
||||||
|
|
||||||
// Load extrafiels if not allready does
|
// Load extra fields if they haven't been loaded already.
|
||||||
if (empty($this->extrafieldsCache)) {
|
if (empty($this->extrafieldsCache)) {
|
||||||
$this->extrafieldsCache = new ExtraFields($this->db);
|
$this->extrafieldsCache = new ExtraFields($this->db);
|
||||||
}
|
}
|
||||||
@ -1605,7 +1605,7 @@ abstract class CommonDocGenerator
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load extrafiels if not allready does
|
// Load extra fields if they haven't been loaded already.
|
||||||
if (empty($this->extrafieldsCache)) {
|
if (empty($this->extrafieldsCache)) {
|
||||||
$this->extrafieldsCache = new ExtraFields($this->db);
|
$this->extrafieldsCache = new ExtraFields($this->db);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user