Merge pull request #124 from tPl0ch/1.3

Added App::import('Model', 'ConnectionManager') to cake/libs/sanitize.php
This commit is contained in:
Mark Story 2011-06-21 16:35:15 -07:00
commit a6ccee3a7c

View file

@ -1,4 +1,5 @@
<?php
App::import('Model', 'ConnectionManager');
/**
* Washes strings from unwanted noise.
*