Home » Text » Text_Wiki » Bug #6010
reference E_NOTICE in Render/Xhtml/Wikilink.php line 73 with 1.0.3
Details
| Submitted | 2005-11-18 19:19 UTC |
|---|---|
| From | twells at smarterliving dot com |
| Assigned | toggg |
| Status | Closed |
| Package | Text_Wiki |
| PHP Version | 4.4.1 |
| OS | RedHat Linux 9 |
| Roadmaps | (Not assigned) |
Comments
[2005-11-18 19:19 UTC] twells at smarterliving dot com
Description:
------------
Text_Wiki: 1.0.3
PHP: 4.4.1 + Zend Platform 2.1.1 installed
Apache: 1.3.34
OS: RedHat 9
Wiki platform: Horde.org's Wicked (current CVS)
Since upgrading PHP to 4.4.1 we see lots of E_NOTICE's which say:
Notice: Only variables should be assigned by reference in /usr/local/lib/php/Text/Wiki/Render/Xhtml/Wikilink.php on line 73
Test script:
---------------
I think
$list =& $this->getConf('pages');
should be
$list = $this->getConf('pages');