comanage-dev - [comanage-dev] r218 - registry/trunk/app/Console/Command
Subject: COmanage Developers List
List archive
- From:
- To:
- Subject: [comanage-dev] r218 - registry/trunk/app/Console/Command
- Date: Thu, 9 Feb 2012 15:36:35 -0500
Author: skoranda
Date: 2012-02-09 15:36:34 -0500 (Thu, 09 Feb 2012)
New Revision: 218
Modified:
registry/trunk/app/Console/Command/DatabaseShell.php
Log:
Reimplement fix in Jira CO-175 after upgrade to CakePHP 2.0.x
Modified: registry/trunk/app/Console/Command/DatabaseShell.php
===================================================================
--- registry/trunk/app/Console/Command/DatabaseShell.php 2012-02-09
01:31:16 UTC (rev 217)
+++ registry/trunk/app/Console/Command/DatabaseShell.php 2012-02-09
20:36:34 UTC (rev 218)
@@ -73,10 +73,10 @@
else
{
$xml = new DOMDocument;
- $xml->load($this->params['root'] . '/Config/Schema/schema.xml');
+ $xml->load(APP . '/Config/Schema/schema.xml');
$xsl = new DOMDocument;
- $xsl->load($this->params['root'] .
'/Config/Schema/boolean_mysql.xsl');
+ $xsl->load(APP . '/Config/Schema/boolean_mysql.xsl');
$proc = new XSLTProcessor;
$proc->importStyleSheet($xsl);
- [comanage-dev] r218 - registry/trunk/app/Console/Command, svnlog, 02/09/2012
- Re: [comanage-dev] r218 - registry/trunk/app/Console/Command, Benn Oshrin, 02/09/2012
Archive powered by MHonArc 2.6.16.