Welcome Guest, Not a member yet? Register   Sign In
route bug in _reindex_segments ?
#2

[eluser]Unknown[/eluser]
In case you do so, add this code to the end of the _validate_segments function:
Code:
if($this->fetch_directory()!='')
      array_unshift($this->rsegments, substr($this->fetch_directory(), 0, -1));

it will prevent bugs apearing when your controller is inside a subfolder, since now rsegment[1] would, without it, not be the name of the folder...


Messages In This Thread
route bug in _reindex_segments ? - by El Forum - 07-18-2007, 02:53 PM
route bug in _reindex_segments ? - by El Forum - 07-18-2007, 03:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB