From 6b48113a8f75b7f4df448015d909c42c90884c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 22 Apr 2009 21:55:48 +0200 Subject: [PATCH] distribution: Fix some strings --- include/distribution.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/distribution.php b/include/distribution.php index fce586a..539c0e9 100644 --- a/include/distribution.php +++ b/include/distribution.php @@ -699,9 +699,9 @@ class distribution { /* make sure the user can view the versions we list in the table */ /* otherwise skip over displaying the entries in this table */ - if(!$_SESSION[current]->canViewApplication($oApp)) + if(!$_SESSION['current']->canViewApplication($oApp)) continue; - if(!$_SESSION[current]->canViewVersion($oVersion)) + if(!$_SESSION['current']->canViewVersion($oVersion)) continue; echo '',"\n";