diff options
Diffstat (limited to 'zoom.php')
-rw-r--r-- | zoom.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,12 +142,13 @@ if ( !isset($name) || !$name ) { if ($up && $up['stable']) { $summary['Stabe version'] = $up['stable']; } - if ($up && $up['stable'] && $up['stable']!=$up['unstable']) { + if ($up && $up['unstable'] && $up['stable']!=$up['unstable']) { $summary['Unstable version'] = $up['unstable']; if ($up['state']) { $summary['Unstable version'] .= ' (' . $up['state'] . ')'; } } + if ($owner && $owner->owner) { $summary['Owner'] = $owner->owner; if ($owner->cc) { |