Skip to content

Commit

Permalink
Renaming behavior.php to model_behavior.php. Modifying associated App…
Browse files Browse the repository at this point in the history
…::import calls.
  • Loading branch information
jperras committed Mar 16, 2009
1 parent b22ddc1 commit e651c77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/model/model.php
Expand Up @@ -27,7 +27,7 @@
/**
* Included libs
*/
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'Behavior', 'ConnectionManager', 'Set', 'String'));
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'ModelBehavior', 'ConnectionManager', 'Set', 'String'));
/**
* Object-relational mapper.
*
Expand Down
File renamed without changes.

0 comments on commit e651c77

Please sign in to comment.