Skip to content
Snippets Groups Projects
Commit 32ff2763 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix uninitialized variables

parent e8d9a299
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ class Upgrader {
}
function createUpgradedTicket() {
global $cfg;
//Create a ticket to make the system warm and happy.
$dept_id = $cfg->getDefaultDeptId();
$prio_id = $cfg->getDefaultPriorityId();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment