Alexander Nicolaysen Sørnes : objectManager: Add missing parameter to handle_anonymous_submission() call
Module: appdb Branch: master Commit: 951bb19e8ba3ec213bd6da65bcb0714627288661 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=951bb19e8ba3ec213bd6da65b... Author: Alexander Nicolaysen Sørnes <alex(a)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(); }
participants (1)
-
Alexander Nicolaysen Sørnes