From 5ffab8cde9031c5368e8306aa313abee9ac59159 Mon Sep 17 00:00:00 2001 From: Thomas Ploch Date: Tue, 21 Jun 2011 12:04:46 +0200 Subject: [PATCH] Added App::import('Model', 'ConnectionManager') to cake/libs/sanitize.php to prevent missing class errors. --- cake/libs/sanitize.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/libs/sanitize.php b/cake/libs/sanitize.php index 182159c76..9f42cde1d 100644 --- a/cake/libs/sanitize.php +++ b/cake/libs/sanitize.php @@ -1,4 +1,5 @@