ChangeSet ID: 31105 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/04/24 18:41:22 Modified files: include : version.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Fix empty mail upon version acceptance. version::unQueue() was passing the wrong argument to mailSubmitter() Patch: http://cvs.winehq.org/patch.py?id=31105 Old revision New revision Changes Path 1.122 1.123 +1 -1 appdb/include/version.php Index: appdb/include/version.php diff -u -p appdb/include/version.php:1.122 appdb/include/version.php:1.123 --- appdb/include/version.php:1.122 24 Apr 2007 23:41:22 -0000 +++ appdb/include/version.php 24 Apr 2007 23:41:22 -0000 @@ -383,7 +383,7 @@ class Version { { $this->sQueued = 'false'; // we send an e-mail to interested people - $this->mailSubmitter("unQueue"); + $this->mailSubmitter("add"); $this->SendNotificationMail(); /* Unqueue matching maintainer request */
participants (1)
-
WineHQ