[APPDB] Fix message output.

Andrey Gusev andrey.goosev at gmail.com
Thu Jan 12 04:31:16 CST 2017


---
 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";
-- 
2.7.4




More information about the wine-patches mailing list