Fixed change_status database connection.

merge-requests/2/head
Mike Koch 10 years ago
parent 43b81a61e5
commit 5a8a4abb2f

@ -53,6 +53,8 @@ $status = intval( hesk_GET('s', 0) );
$locked = 0; $locked = 0;
// Connect to database
hesk_dbConnect();
if ($status == 3) // Closed if ($status == 3) // Closed
{ {

Loading…
Cancel
Save