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 );