← Back to team overview

mahara-contributors team mailing list archive

[Bug 849898] Re: My Tags (tags.php) links not working...

 

Hi laurent,

Yeah, your fix did exactly as you just described. My change above puts a
check in for the baseurl to tell whether it's the plain tags.php url or
not. I'm not sure this is an ideal fix though.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/849898

Title:
  My Tags (tags.php) links not working...

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Using the default raw theme of Mahara 1.4.0, we have noticed that the
  links (Sort result by : name ...) are not working.

  Further investigations lead us to find the cause of it: the url is
  malformed: tags.php&sort=... instead of tags.php?sort=...

  The issue is in ./theme/raw/templates/tags.tpl where
  {$results->baseurl}& should be replaced with {$results->baseurl}?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/849898/+subscriptions


References