From a43d4185f657d4fd4dc2b7d2a3f97cb8b0732eb3 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 8 Sep 2013 22:14:11 -0400 Subject: [PATCH] Fix inheritance to use a class that exists. --- lib/Cake/Model/I18nModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Model/I18nModel.php b/lib/Cake/Model/I18nModel.php index 148f9109764..e8d08da85fc 100644 --- a/lib/Cake/Model/I18nModel.php +++ b/lib/Cake/Model/I18nModel.php @@ -20,7 +20,7 @@ * * @package Cake.Model */ -class I18nModel extends AppModel { +class I18nModel extends Model { /** * Model name