diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index 362cd6fa..555be07a 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -89,7 +89,7 @@ class TagEditTheme extends Themelet { "; } - private function format_source(/*string*/ $source) { + protected function format_source(/*string*/ $source) { if(!empty($source)) { if(!startsWith($source, "http://") && !startsWith($source, "https://")) { $source = "http://" . $source;