Commit c8734323 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4214 (Allow AWARDS parameter to be non-passed to SCREEN_TITLE template)

parent 90207e9c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -156,10 +156,6 @@ function get_screen_title($title, $dereference_lang = true, $params = null, $use
        $DISPLAYED_TITLE = $_title;
    }

    if ($awards === null) {
        $awards = array();
    }

    return do_template('SCREEN_TITLE', array('_GUID' => '847ffbe4823eca6d2d5eac42828ee552', 'AWARDS' => $awards, 'TITLE' => $_title));
}