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

i18n: Remove unnecessary ticket state listing

parent e1bbc757
Branches
Tags
No related merge requests found
......@@ -54,12 +54,6 @@ class Ticket {
var $thread; //Thread obj.
// Status -- listed here until we have a formal status class
static $STATUSES = array(
/* @trans */ 'open',
/* @trans */ 'closed',
);
function Ticket($id) {
$this->id = 0;
$this->load($id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment