Module: appdb Branch: master Commit: 4f4b63facae40b2ade6c227a65cf9845d1a42dc1 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=4f4b63facae40b2ade6c227a6...
Author: Alexander Nicolaysen Sørnes alexsornes@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