@@ -1,5 +1,5 @@
<?php
-App::uses('ModelBehavior', 'Model/Behavior');
+App::uses('ModelBehavior', 'Model');
/**
* ConfirmableBehavior allows forms to easily require a checkbox toggled (confirmed)
* example: terms of use on registration
* //ALREADY exists as number_format in a slightly different way!
*
App::uses('GeocodeLib', 'Tools.Lib');