mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix some minor typos and stuff
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
class Dlg extends Handler_Protected {
|
||||
private $param;
|
||||
private $params;
|
||||
|
||||
function before($method) {
|
||||
function before($method) {
|
||||
if (parent::before($method)) {
|
||||
header("Content-Type: text/html"); # required for iframe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user