Andrey Gusev : Fix message output.

Jeremy Newman jnewman at winehq.org
Thu Jan 12 09:35:30 CST 2017


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Jan 12 12:31:16 2017 +0200

Fix message output.

---

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

diff --git a/include/maintainer.php b/include/maintainer.php
index 6c0c92f..f4fd822 100644
--- a/include/maintainer.php
+++ b/include/maintainer.php
@@ -316,7 +316,7 @@ class maintainer
             $oApp = new Application($oRow->appId);
             $oVersion = new Version($oRow->versionId);
             $sSubject =  "Application Maintainer Request Report";
-            $sMsg  = "Your application to be the maintainer of ".$oApp->sName." ".$oVersion->sName." was rejected. ";
+            $sMsg  = "Your application to be the maintainer of $oApp->sName $oVersion->sName was rejected. ";
             $sMsg .= $this->sReplyText;
             $sMsg .= "";
             $sMsg .= "-The AppDB admins\n";




More information about the wine-cvs mailing list