From f4d0b4f9708845150ba8d312d04ca5dc7a4b27a5 Mon Sep 17 00:00:00 2001 From: dogmatic69 Date: Sun, 30 Sep 2012 02:04:53 +0100 Subject: [PATCH] fixing fixture --- Core/Contents/Test/Fixture/GlobalTaggedFixture.php | 2 ++ Plugin/Blog | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/Contents/Test/Fixture/GlobalTaggedFixture.php b/Core/Contents/Test/Fixture/GlobalTaggedFixture.php index 85c0fa9c7..2fdfb7bf3 100755 --- a/Core/Contents/Test/Fixture/GlobalTaggedFixture.php +++ b/Core/Contents/Test/Fixture/GlobalTaggedFixture.php @@ -7,6 +7,8 @@ */ class GlobalTaggedFixture extends CakeTestFixture { public $name = 'global_tagged'; + + public $table = 'global_tagged'; public $fields = array( 'id' => array('type' => 'string', 'null' => false, 'default' => null, 'length' => 36, 'key' => 'primary', 'collate' => 'utf8_general_ci', 'charset' => 'utf8'), diff --git a/Plugin/Blog b/Plugin/Blog index 9397dce72..6e72ef983 160000 --- a/Plugin/Blog +++ b/Plugin/Blog @@ -1 +1 @@ -Subproject commit 9397dce720a0ee24c01336d2b4f92faffe0fb51d +Subproject commit 6e72ef98367d7bd55a41b5e87f781c5de8571886