[Customisation Database Commits] r800 - /trunk/titania/includes/tools/posting.php

Nathan Guse exreaction at phpbb.com
Sun Mar 21 00:17:49 GMT 2010


Author: exreaction
Date: Sun Mar 21 00:17:49 2010
New Revision: 800

Log:
Doh, restore attachment ability

Modified:
    trunk/titania/includes/tools/posting.php

Modified: trunk/titania/includes/tools/posting.php
==============================================================================
*** trunk/titania/includes/tools/posting.php (original)
--- trunk/titania/includes/tools/posting.php Sun Mar 21 00:17:49 2010
***************
*** 25,31 ****
  	*/
  	public $attachments_group;
  
! 	public function _construct($attachments_group = false)
  	{
  		$this->attachments_group = $attachments_group;
  	}
--- 25,31 ----
  	*/
  	public $attachments_group;
  
! 	public function __construct($attachments_group = false)
  	{
  		$this->attachments_group = $attachments_group;
  	}




More information about the customisationdb-commits mailing list