From 18b94a801d439e96453ee60b29803ae811a3fb19 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 7 May 2013 09:13:26 +0100 Subject: [PATCH] allow custom themelets to call TagEditTheme::format_source() --- ext/tag_edit/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;