summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 18:23:00 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-29 18:23:00 +0100
commitb74dc03ddf87856b8957b2f9de9a604c84d0437d (patch)
treeaa0364cefd31138b68e7172a9ccf10212660737c
parent62cf4a614f1a033dd3b0f0cc6bcf61c972ab8d0c (diff)
downloadarticles-b74dc03ddf87856b8957b2f9de9a604c84d0437d.tar.gz
articles-b74dc03ddf87856b8957b2f9de9a604c84d0437d.tar.bz2
articles-b74dc03ddf87856b8957b2f9de9a604c84d0437d.zip
Match parameter hash to base function
( strict error if not )
-rw-r--r--BitArticle.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitArticle.php b/BitArticle.php
index 36ef1a2..1a0a88a 100644
--- a/BitArticle.php
+++ b/BitArticle.php
@@ -613,7 +613,7 @@ class BitArticle extends LibertyMime {
* Generates the URL to the article
* @return the link to the full article
*/
- public static function getDisplayUrlFromHash( $pParamHash = NULL ) {
+ public static function getDisplayUrlFromHash( &$pParamHash ) {
global $gBitSystem;
$ret = NULL;