diff options
| author | wjames5 <will@tekimaki.com> | 2009-05-16 15:44:49 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-05-16 15:44:49 +0000 |
| commit | 6122efd5e6b1cd69d1760ecb9285287371280db4 (patch) | |
| tree | fd673966c95f699dad3fd05c5afa847e0c180fa0 | |
| parent | 02cf8c219c1ea76e6e4e6593793cc933867fbfd3 (diff) | |
| download | liberty-6122efd5e6b1cd69d1760ecb9285287371280db4.tar.gz liberty-6122efd5e6b1cd69d1760ecb9285287371280db4.tar.bz2 liberty-6122efd5e6b1cd69d1760ecb9285287371280db4.zip | |
add TODO comment about this nasty pass by ref param that is set to null
| -rw-r--r-- | LibertyContent.php | 4 |
1 files changed, 3 insertions, 1 deletions
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 <spider@steelsun.com> */ @@ -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; |
