summaryrefslogtreecommitdiff
path: root/LibertyContent.php
diff options
context:
space:
mode:
Diffstat (limited to 'LibertyContent.php')
-rw-r--r--LibertyContent.php4
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;