[Customisation Database Commits] r1775 - /branches/stable/titania/includes/types/_translation.php

Vojtech Vondra ameeck at phpbb.com
Mon Oct 25 08:19:41 BST 2010


Author: ameeck
Date: Mon Oct 25 08:19:41 2010
New Revision: 1775

Log:
It needs both to be false

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:19:41 2010
***************
*** 53,58 ****
--- 53,59 ----
  
  	/* Translations will not be queued, it would only delay the delivery */
  	public $use_queue = false;
+ 	public $require_validation = false;
  
  	public function __construct()
  	{




More information about the customisationdb-commits mailing list