Alexander Nicolaysen Sørnes : objectManager: Add missing parameter to handle_anonymous_submission() call

Alexander Nicolaysen Sørnes asornes at winehq.org
Thu May 6 10:42:00 CDT 2010


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Thu May  6 17:41:31 2010 +0200

objectManager: Add missing parameter to handle_anonymous_submission() call

---

 include/objectManager.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/objectManager.php b/include/objectManager.php
index ed6c43e..1f250aa 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -1505,7 +1505,7 @@ class ObjectManager
                     $oObject->update();
                 } else
                 {
-                    $this->handle_anonymous_submission();
+                    $this->handle_anonymous_submission($aClean);
 
                     $oObject->create();
                 }




More information about the wine-cvs mailing list