From 5b8499c8c74e58e5b77915ff086ba13112affa10 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 29 Jan 2011 20:53:50 -0500 Subject: [PATCH] Adding $name back in as it causes numerous notice errors in fixtures when it is missing. --- cake/libs/model/cake_schema.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cake/libs/model/cake_schema.php b/cake/libs/model/cake_schema.php index eb577c7d8..c083c7356 100644 --- a/cake/libs/model/cake_schema.php +++ b/cake/libs/model/cake_schema.php @@ -26,6 +26,14 @@ App::import('Core', 'ConnectionManager'); */ class CakeSchema extends Object { +/** + * Name of the schema + * + * @var string + * @access public + */ + public $name = null; + /** * Path to write location *