From 23335a68659250f9861ba45ced0360f9799b2313 Mon Sep 17 00:00:00 2001 From: Erik Torsner Date: Thu, 3 Jan 2013 16:37:37 +0100 Subject: [PATCH] Added exec command.... --- phpactiverecord.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpactiverecord.mod b/phpactiverecord.mod index d385c17..e2c88aa 100644 --- a/phpactiverecord.mod +++ b/phpactiverecord.mod @@ -5,12 +5,13 @@ */ // Get the latest phpactiverecord -echo "Fetching latest phpactiverecord from github.com/toopay/gas-orm....\n"; +echo "Fetching latest phpactiverecord from github.com....\n"; $cmd = "git clone git://github.com/eriktorsner/php-activerecord.git"; exec($cmd); echo "Moving into application/third_party ..\n"; $cmd = "mv php-activerecord $ci_folder/application/third_party/"; +exec($cmd); echo "Enable hooks in application/config/config.php\n"; $target_file = "$ci_folder/application/config/config.php";