1f4e5974e79c4dee8aa1060e06dc2eb2d514b2d2

Author: gwoo

Date: 2009-12-15 22:18:23 -0800

updating import of repo base

diff --git a/plugins/repo/models/git.php b/plugins/repo/models/git.php index dd66498..05737af 100644 --- a/plugins/repo/models/git.php +++ b/plugins/repo/models/git.php @@ -7,7 +7,7 @@ * */ -App::import('Model', 'repo.Repo'); +App::import('Model', 'repo.Repo', false); /** * undocumented class * diff --git a/plugins/repo/models/svn.php b/plugins/repo/models/svn.php index 5d0743f..1022905 100644 --- a/plugins/repo/models/svn.php +++ b/plugins/repo/models/svn.php @@ -7,7 +7,7 @@ * */ -App::import('Model', 'repo.Repo'); +App::import('Model', 'repo.Repo', false); /** * undocumented class *