Changeset 3281 for trunk/modules
- Timestamp:
- 08/06/2008 11:13:58 AM (4 months ago)
- Location:
- trunk/modules
- Files:
-
- 2 modified
-
kodoc/controllers/kodoc.php (modified) (1 diff)
-
media/controllers/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kodoc/controllers/kodoc.php
r3163 r3281 54 54 } 55 55 56 public function _ default()56 public function __call($method, $args) 57 57 { 58 58 if (count($segments = $this->uri->segment_array(1)) > 1) -
trunk/modules/media/controllers/media.php
r3244 r3281 121 121 } 122 122 123 public function _ default()123 public function __call($method, $args) 124 124 { 125 125 $segments = $this->uri->argument_array();
