Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r646 - registry/trunk/app/Config

Subject: COmanage Developers List

List archive

[comanage-dev] r646 - registry/trunk/app/Config


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r646 - registry/trunk/app/Config
  • Date: Wed, 18 Dec 2013 14:47:05 -0500

Author: skoranda
Date: 2013-12-18 14:47:05 -0500 (Wed, 18 Dec 2013)
New Revision: 646

Modified:
registry/trunk/app/Config/bootstrap.php
Log:
Removed loading old Grouper plugin from bootstrap (CO-746)

Modified: registry/trunk/app/Config/bootstrap.php
===================================================================
--- registry/trunk/app/Config/bootstrap.php 2013-12-18 14:18:34 UTC (rev
645)
+++ registry/trunk/app/Config/bootstrap.php 2013-12-18 19:47:05 UTC (rev
646)
@@ -70,11 +70,6 @@
*
*/

-// Always load the Grouper plugin whether or not it will be used.
-// Configuration of the plugin determines if it will be used.
-// See Plugin/Grouper/Config/bootstrap.php.
-CakePlugin::load('Grouper', array('bootstrap' => true));
-
include APP."Lib/enum.php";
include APP."Lib/lang.php";
include APP."Lib/util.php";



  • [comanage-dev] r646 - registry/trunk/app/Config, svnlog, 12/18/2013

Archive powered by MHonArc 2.6.16.

Top of Page