Skip to content
Snippets Groups Projects
Commit efe3a3e6 authored by Peter Rotich's avatar Peter Rotich
Browse files

oops: Make $cfg global

parent baed00e8
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ implements EmailContact, ITicketUser, TemplateVariable {
}
function getVar($tag) {
global $cfg;
switch (strtolower($tag)) {
case 'ticket_link':
$qstr = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment