From 33519db28f39834cef5973757c91c3d3ca3aa092 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 29 Sep 2015 17:22:43 -0600 Subject: [PATCH] Use the 3.0 branch of crud, compatible with cakephp 2.x --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 3899c241c..0fa8df21a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "web/api/app/Plugin/Crud"] path = web/api/app/Plugin/Crud url = https://github.com/FriendsOfCake/crud.git + branch = 3.0