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

105 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 105


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits