Alexander Nicolaysen Sørnes : TagAssignmentMgr: Include default values for getTagObject() prototype ( required for some PHP versions)

Alexander Nicolaysen Sørnes asornes at winehq.org
Mon Apr 25 18:16:31 CDT 2011


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

Author: Alexander Nicolaysen Sørnes <alexsornes at gmail.com>
Date:   Tue Apr 26 01:15:35 2011 +0200

TagAssignmentMgr: Include default values for getTagObject() prototype (required for some PHP versions)

---

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

diff --git a/include/tagAssignmentMgr.php b/include/tagAssignmentMgr.php
index 006b2eb..28c1566 100644
--- a/include/tagAssignmentMgr.php
+++ b/include/tagAssignmentMgr.php
@@ -137,7 +137,7 @@ abstract class TagAssignmentMgr extends ObjectManagerBase
         return $shErrors;
     }
     
-    protected abstract function getTagObject($iId, $oRow);
+    protected abstract function getTagObject($iId = null, $oRow = null);
 }
 
 ?>
\ No newline at end of file




More information about the wine-cvs mailing list