Show
Ignore:
Timestamp:
10/19/2007 10:46:31 AM (14 months ago)
Author:
Shadowhand
Message:

Small changes:

  • Added ORM::save() and ORM::call()
  • Fixed a bug in the user guide handler
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_guide/controllers/user_guide.php

    r846 r854  
    2424                if ($this->uri->segment(2) == FALSE) 
    2525                { 
    26                         url::redirect('user_guide/'.current(explode('_', Config::item('locale.language')).'/kohana/about'); 
     26                        url::redirect('user_guide/'.current(explode('_', Config::item('locale.language'))).'/kohana/about'); 
    2727                } 
    2828        }