Ticket #2441 (closed defect: invalid)
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
Note: See
TracTickets for help on using
tickets.



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