1
Venezia
xoopstopic.php - getNiceTopicPathFromId() not working - typo fix
  • 2004/4/30 3:07

  • Venezia

  • Just popping in

  • Posts: 36

  • Since: 2003/6/24


Typo fix:

File: xoopstopic.php
Function: getNiceTopicPathFromId($funcURL)

Error in line: $ret = $xt->getNicePathFromId($this->topic_id, "toppic_title", $funcURL);

Should read: $ret = $xt->getNicePathFromId($this->topic_id, "topic_title", $funcURL);

2
Venezia
Re: xoopstopic.php - getNiceTopicPathFromId() not working - typo fix
  • 2004/4/30 3:16

  • Venezia

  • Just popping in

  • Posts: 36

  • Since: 2003/6/24


Same typo in the next function:

function getAllChildTopicsId()

3
Venezia
Re: xoopstopic.php - getNiceTopicPathFromId() not working - typo fix
  • 2004/4/30 3:24

  • Venezia

  • Just popping in

  • Posts: 36

  • Since: 2003/6/24


Anyone using these or similar functions from within News module will need to search/replace the returned path to change the querysting params topic_id to storytopic

Login

Who's Online

167 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 167


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jul 31
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits