Module: appdb Branch: master Commit: c054cad9176dc39158043de88d977a3635a41805 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=c054cad9176dc39158043de88...
Author: Rosanne DiMesio dimesio@earthlink.net Date: Thu Sep 28 15:13:34 2017 -0500
Fix typo in testResults form
Signed-off-by: Rosanne DiMesio dimesio@earthlink.net Signed-off-by: Jeremy Newman jnewman@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) {