From: Aaron Schulz Date: Fri, 1 Jul 2011 22:01:48 +0000 (+0000) Subject: Removed ampersand in HTMLFileCache constructor X-Git-Tag: 1.31.0-rc.0~29117 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=3ca3494e623bfd4b05c4fcf968f4211f3b504e14;p=lhc%2Fweb%2Fwiklou.git Removed ampersand in HTMLFileCache constructor --- diff --git a/includes/cache/HTMLFileCache.php b/includes/cache/HTMLFileCache.php index 0a01bb7ab5..1095da2c97 100644 --- a/includes/cache/HTMLFileCache.php +++ b/includes/cache/HTMLFileCache.php @@ -27,7 +27,7 @@ class HTMLFileCache { var $mTitle; var $mFileCache, $mType; - public function __construct( &$title, $type = 'view' ) { + public function __construct( $title, $type = 'view' ) { $this->mTitle = $title; $this->mType = ($type == 'raw' || $type == 'view' ) ? $type : false; $this->fileCacheName(); // init name