Changeset 3281 for trunk/modules

Show
Ignore:
Timestamp:
08/06/2008 11:13:58 AM (4 months ago)
Author:
Shadowhand
Message:

Follow up to r3280

Location:
trunk/modules
Files:
2 modified

Legend:

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

    r3163 r3281  
    5454        } 
    5555 
    56         public function _default() 
     56        public function __call($method, $args) 
    5757        { 
    5858                if (count($segments = $this->uri->segment_array(1)) > 1) 
  • trunk/modules/media/controllers/media.php

    r3244 r3281  
    121121        } 
    122122 
    123         public function _default() 
     123        public function __call($method, $args) 
    124124        { 
    125125                $segments = $this->uri->argument_array();