Indefero

Indefero Commit Details


Date:2011-12-23 20:03:07 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:65aa830c87bd2e450d93d6f23694f4c76ba2407d
Parents: ff7704678306a1bd3e4c5e9227aa61d97b40c2cf
Message:If a project never saved specific tab access rights so far, the specific access rights setting is not existant and therefor the projects' activity calculation is always skipped. This should actually not happen.

Changes:

File differences

src/IDF/ActivityTaxonomy.php
9595
9696
9797
98
98
9999
100100
101101
$value = 0;
foreach ($sectionWeights as $section => $weight) {
// skip closed / non-existant sections
if ($conf->getVal($section.'_access_rights', 'none') === 'none')
if ($conf->getVal($section.'_access_rights') === 'none')
continue;
if (!array_key_exists($section, $sectionClasses))

Archive Download the corresponding diff file

Page rendered in 0.07641s using 13 queries.