Page 1 of 1

admin_dir missing from CMSModule::CreateLink()

Posted: Thu Mar 24, 2005 2:40 am
by tamlyn
Line 937 of lib/classes/class.module.inc.php should read

Code: Select all

$text .= '/'.$this->cms->config['admin_dir'];
instead of

Code: Select all

$text .= '/admin';

Re: admin_dir missing from CMSModule::CreateLink()

Posted: Thu Mar 24, 2005 2:55 am
by Ted
Thanks!  I just committed it.