[Customisation Database Commits] r1774 - /branches/stable/titania/includes/types/_translation.php
Vojtech Vondra
ameeck at phpbb.com
Mon Oct 25 08:10:01 BST 2010
Author: ameeck
Date: Mon Oct 25 08:10:01 2010
New Revision: 1774
Log:
commiting this directly to stable since the website update from git doesn't work yet, I need this change
Modified:
branches/stable/titania/includes/types/_translation.php
Modified: branches/stable/titania/includes/types/_translation.php
==============================================================================
*** branches/stable/titania/includes/types/_translation.php (original)
--- branches/stable/titania/includes/types/_translation.php Mon Oct 25 08:10:01 2010
***************
*** 51,56 ****
--- 51,59 ----
public $validate_translation = true;
+ /* Translations will not be queued, it would only delay the delivery */
+ public $use_queue = false;
+
public function __construct()
{
$this->lang = phpbb::$user->lang['TRANSLATION'];
More information about the customisationdb-commits
mailing list