[3826] branches/tags_as_terms/system/classes/term.php: Branch: tags_as_terms.

0 views
Skip to first unread message

svn-N...@habariproject.org

unread,
Nov 24, 2009, 10:52:17 PM11/24/09
to habar...@googlegroups.com
Revision
3826
Author
rickc
Date
2009-11-25 03:52:16 +0000 (Wed, 25 Nov 2009)

Log Message

Branch: tags_as_terms. Get rid of an unnecessary parenthesis.

Modified Paths

Diff

Modified: branches/tags_as_terms/system/classes/term.php (3825 => 3826)


--- branches/tags_as_terms/system/classes/term.php	2009-11-25 03:34:42 UTC (rev 3825)
+++ branches/tags_as_terms/system/classes/term.php	2009-11-25 03:52:16 UTC (rev 3826)
@@ -120,7 +120,7 @@
 		// We've inserted the term, reset newfields
 		$this->newfields = array();
 
-		EventLog::log( _t('New term %1$s: %2$s)', array( $this->id, $this->term_display ) ), 'info', 'content', 'habari' );
+		EventLog::log( _t( 'New term %1$s: %2$s', array( $this->id, $this->term_display ) ), 'info', 'content', 'habari' );
 
 		// Let plugins act after we write to the database
 		Plugins::act( 'term_insert_after', $this );
Reply all
Reply to author
Forward
0 new messages