Rosanne DiMesio : Fix typo in testResults form

Jeremy Newman jnewman at winehq.org
Thu Sep 28 16:03:49 CDT 2017


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

Author: Rosanne DiMesio <dimesio at earthlink.net>
Date:   Thu Sep 28 15:13:34 2017 -0500

Fix typo in testResults form

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 include/testData.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/testData.php b/include/testData.php
index 12a0721..ad4dea9 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -110,7 +110,7 @@ class testData{
                                     $this->sState,
                                     $this->sGpuMfr,
                                     $this->sGraphicsDriver,
-                                    $this-sHasProblems);
+                                    $this->sHasProblems);
 
         if($hResult)
         {




More information about the wine-cvs mailing list