From 6122efd5e6b1cd69d1760ecb9285287371280db4 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Sat, 16 May 2009 15:44:49 +0000 Subject: add TODO comment about this nasty pass by ref param that is set to null --- LibertyContent.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LibertyContent.php b/LibertyContent.php index 569baf0..8268d63 100644 --- a/LibertyContent.php +++ b/LibertyContent.php @@ -3,7 +3,7 @@ * Management of Liberty content * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.399 2009/04/07 12:38:16 lsces Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyContent.php,v 1.400 2009/05/16 15:44:49 wjames5 Exp $ * @author spider */ @@ -815,6 +815,8 @@ class LibertyContent extends LibertyBase { /** * Set up access to services used by the object + * + * @TODO the &$pFunctionParam=NULL really is naughty and should be fixed either by having all invokers pass in something, or a check for the param inside the function */ function invokeServices( $pServiceFunction, &$pFunctionParam=NULL ) { global $gLibertySystem; -- cgit v1.3