07-18-2007, 03:31 PM
[eluser]Unknown[/eluser]
In case you do so, add this code to the end of the _validate_segments function:
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...
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...