comanage-dev - [comanage-dev] r377 - registry/trunk/app/Model
Subject: COmanage Developers List
List archive
- From:
- To:
- Subject: [comanage-dev] r377 - registry/trunk/app/Model
- Date: Sun, 30 Sep 2012 22:02:49 -0400
Author: benno
Date: 2012-09-30 22:02:49 -0400 (Sun, 30 Sep 2012)
New Revision: 377
Modified:
registry/trunk/app/Model/CoPetition.php
Log:
Fix bad _txt call in OrgIdEditedPetition history records
Modified: registry/trunk/app/Model/CoPetition.php
===================================================================
--- registry/trunk/app/Model/CoPetition.php 2012-10-01 01:42:49 UTC (rev
376)
+++ registry/trunk/app/Model/CoPetition.php 2012-10-01 02:02:49 UTC (rev
377)
@@ -1257,7 +1257,6 @@
if(!empty($identifier)) {
// Make sure login flag is set
- debug("mark3");
if(!$identifier['Identifier']['login']) {
$this->EnrolleeOrgIdentity->Identifier->id =
$identifier['Identifier']['id'];
@@ -1274,7 +1273,7 @@
$orgId,
$actorCoPersonId,
ActionEnum::OrgIdEditedPetition,
-
_txt('rs.pt.id.login', $loginIdentifier));
+
_txt('rs.pt.id.login', array($loginIdentifier)));
}
catch(Exception $e) {
throw new RuntimeException($e->getMessage());
@@ -1302,7 +1301,7 @@
$orgId,
$actorCoPersonId,
ActionEnum::OrgIdEditedPetition,
-
_txt('rs.pt.id.attached', $loginIdentifier));
+
_txt('rs.pt.id.attached', array($loginIdentifier)));
}
catch(Exception $e) {
throw new RuntimeException($e->getMessage());
- [comanage-dev] r377 - registry/trunk/app/Model, svnlog, 09/30/2012
Archive powered by MHonArc 2.6.16.