Ticket #2441 (closed defect: invalid)

Opened 18 months ago

Last modified 18 months ago

Small typo that prevent ticket creation

Reported by: scitech Owned by: benedikt
Priority: trivial Milestone: ispCP ω 1.0.7
Component: Frontend (GUI) Version: ispCP ω trunk
Severity: Easy Keywords:
Cc:

Description

Diff against trunk:

Index: gui/include/functions.ticket_system.php
===================================================================
--- gui/include/functions.ticket_system.php	(revision 3238)
+++ gui/include/functions.ticket_system.php	(working copy)
@@ -81,7 +81,7 @@
 function send_tickets_msg($to_id, $from_id, $ticket_subject, $ticket_message,
 	$ticket_status, $urgency) {
 
-	$cfg = ispCP_Registry('Config');
+	$cfg = ispCP_Registry::get('Config');
 	$sql = ispCP_Registry::get('Db');
 	global $admin_login;
 

Change History

comment:1 Changed 18 months ago by benedikt

  • Owner set to benedikt
  • Status changed from new to assigned
  • Milestone changed from Working to ispCP ω 1.0.7

fixed in r3240. Sorry that I haven't committed to save you writing a ticket.

thanks for info.

comment:2 Changed 18 months ago by benedikt

  • Status changed from assigned to closed
  • Resolution set to invalid
Note: See TracTickets for help on using tickets.