Alexander Nicolaysen Sørnes : application: Fix permissions

Chris Morgan cmorgan at winehq.org
Thu Sep 27 08:23:13 CDT 2007


Module: appdb
Branch: master
Commit: bbe286a16f40f62ab483eb594406c48fecaed931
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=bbe286a16f40f62ab483eb594406c48fecaed931

Author: Alexander Nicolaysen Sørnes <alexander at alex.alexstyrt>
Date:   Thu Sep 27 12:41:46 2007 +0200

application: Fix permissions

---

 include/application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/application.php b/include/application.php
index e8f826e..47033fa 100644
--- a/include/application.php
+++ b/include/application.php
@@ -968,7 +968,7 @@ class Application {
                 $this->iAppId))
                 return TRUE;
 
-            if($this->sQueued != "true" && $this->iSubmitterId =
+            if($this->sQueued != "false" && $this->iSubmitterId ==
                $_SESSION['current']->iUserId)
             {
                 return TRUE;




More information about the wine-cvs mailing list