Skip to content

Commit

Permalink
adding the route url to the array so that modules can be loaded per r…
Browse files Browse the repository at this point in the history
…oute
  • Loading branch information
dogmatic69 committed Jan 22, 2010
1 parent 96c64e6 commit a5487ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infinitas/management/models/module.php
Expand Up @@ -72,7 +72,8 @@ function getModules($position = null){
'Route' => array(
'fields' => array(
'Route.id',
'Route.name'
'Route.name',
'Route.url'
)
)
)
Expand Down

0 comments on commit a5487ba

Please sign in to comment.