From: <ma...@us...> - 2012-01-15 21:16:58
|
Revision: 8736 http://xoops.svn.sourceforge.net/xoops/?rev=8736&view=rev Author: mageg Date: 2012-01-15 21:16:52 +0000 (Sun, 15 Jan 2012) Log Message: ----------- small error with the help link Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php 2012-01-15 14:20:41 UTC (rev 8735) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/class/moduleadmin.php 2012-01-15 21:16:52 UTC (rev 8736) @@ -231,7 +231,7 @@ } if ($this->_obj->getInfo('help')) { $help = array(); - $help['link'] = 'modules/system/help.php?mid=' . $this->_obj->getVar('mid', 's') . "&" . $this->_obj->getInfo('help'); + $help['link'] = '../../modules/system/help.php?mid=' . $this->_obj->getVar('mid', 's') . "&" . $this->_obj->getInfo('help'); $help['icon'] = XOOPS_URL . "/media/xoops/images/icons/32/help.png"; $help['title'] = _AM_SYSTEM_HELP; $xoops->tpl->append('xo_admin_index_menu', $help); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |