Skip to content

Commit

Permalink
fix relation to the theme [#102]
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 13, 2010
1 parent 455e8c9 commit 2dbeb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinitas/management/models/route.php
Expand Up @@ -37,7 +37,7 @@ class Route extends ManagementAppModel {
);

var $belongsTo = array(
'Core.Theme'
'Management.Theme'
);

function getPlugins(){
Expand Down

0 comments on commit 2dbeb01

Please sign in to comment.