Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Typo in Ticket.php ...
 
Notifications
Clear all

Typo in Ticket.php > save()

2 Posts
2 Users
0 Reactions
3,155 Views
 Dan
(@caccia)
Posts: 340
Contributor
Topic starter
 
[#1438]

Hi,

Tiny issue found while looking through the code for ticket.php:
missing "t" at line 290 in save() method:

  	if (isset($this->WorkElemen)) {
  	  $this->WorkElement->done=$this->done;
  	  $this->WorkElement->idle=$this->idle;
  	}

 
Posted : 31 Oct 2013 16H04
(@babynus)
Posts: 14952
Member Admin
 

Right !!! :woohoo:

Taken into account for next version . 😉


 
Posted : 31 Oct 2013 16H16
Share:

Scroll to Top