Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r405 - registry/trunk/app/Controller

Subject: COmanage Developers List

List archive

[comanage-dev] r405 - registry/trunk/app/Controller


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r405 - registry/trunk/app/Controller
  • Date: Tue, 8 Jan 2013 22:11:35 -0500

Author: benno
Date: 2013-01-08 22:11:35 -0500 (Tue, 08 Jan 2013)
New Revision: 405

Modified:
registry/trunk/app/Controller/StandardController.php
Log:
Fix rendering of confirmation message on add

Modified: registry/trunk/app/Controller/StandardController.php
===================================================================
--- registry/trunk/app/Controller/StandardController.php 2012-12-28
03:24:06 UTC (rev 404)
+++ registry/trunk/app/Controller/StandardController.php 2013-01-09
03:11:35 UTC (rev 405)
@@ -2,7 +2,7 @@
/**
* COmanage Registry Standard Controller
*
- * Copyright (C) 2011-12 University Corporation for Advanced Internet
Development, Inc.
+ * Copyright (C) 2011-13 University Corporation for Advanced Internet
Development, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with
* the License. You may obtain a copy of the License at
@@ -14,7 +14,7 @@
* KIND, either express or implied. See the License for the specific
language governing
* permissions and limitations under the License.
*
- * @copyright Copyright (C) 2011-12 University Corporation for Advanced
Internet Development, Inc.
+ * @copyright Copyright (C) 2011-13 University Corporation for Advanced
Internet Development, Inc.
* @link http://www.internet2.edu/comanage COmanage Project
* @package registry
* @since COmanage Registry v0.1
@@ -104,7 +104,7 @@
} else {
// Redirect to index view

- $this->Session->setFlash(_txt('rs.added-a',
array(Sanitize::html($this->generateDisplayKey())), '', array(), 'success'));
+ $this->Session->setFlash(_txt('rs.added-a',
array(Sanitize::html($this->generateDisplayKey()))), '', array(), 'success');
$this->performRedirect();
}
} else {



  • [comanage-dev] r405 - registry/trunk/app/Controller, svnlog, 01/08/2013

Archive powered by MHonArc 2.6.16.

Top of Page