Thread: Routes function
View Single Post
Old 04-03-2009, 01:49 PM   #2 (permalink)
TheOnly92
The Contributor
 
Join Date: Mar 2009
Posts: 49
Thanks: 0
TheOnly92 is on a distinguished road
Default

Well, get rid of that error by setting the error_reporting level lower or use
PHP Code:
isset($this->uri['3']) && $this->uri['3'] == '' 
in the condition.
TheOnly92 is offline  
Reply With Quote
The Following User Says Thank You to TheOnly92 For This Useful Post:
Tanax (04-03-2009)