Revision 86183dc1
Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt
SL/DB/Helper/CustomVariables.pm | ||
---|---|---|
182 | 182 |
} |
183 | 183 |
|
184 | 184 |
return $params{module} && !ref $params{module} ? $cache->{module}{$params{module}} |
185 |
: $params{module} && ref $params{module} ? [ map { @{ $cache->{module}{$_} } } @{ $params{module} } ] |
|
185 |
: $params{module} && ref $params{module} ? [ map { @{ $cache->{module}{$_} // [] } } @{ $params{module} } ]
|
|
186 | 186 |
: $cache->{all}; |
187 | 187 |
} |
188 | 188 |
|
Auch abrufbar als: Unified diff
CustomVariables: Caching bei nicht existierenden CVars für ein Modul gefixt