application: Fix permissions

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-27 12:41:46 +02:00
committed by Chris Morgan
parent 2823334eed
commit bbe286a16f

View File

@@ -968,7 +968,7 @@ class Application {
$this->iAppId)) $this->iAppId))
return TRUE; return TRUE;
if($this->sQueued != "true" && $this->iSubmitterId = if($this->sQueued != "false" && $this->iSubmitterId ==
$_SESSION['current']->iUserId) $_SESSION['current']->iUserId)
{ {
return TRUE; return TRUE;