From bf8fc60e97585849d69e5e076dae3233273f4016 Mon Sep 17 00:00:00 2001 From: "Lester Caine ext:(%22)" Date: Tue, 17 Apr 2012 20:09:13 +0100 Subject: Tidy up to remove 'STRICT' warnings Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment --- templates/edit_textarea.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/edit_textarea.tpl') diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl index bbfa3ea..121acc7 100644 --- a/templates/edit_textarea.tpl +++ b/templates/edit_textarea.tpl @@ -35,9 +35,9 @@ {/if} {formhelp note=$textarea_help} - {if $gBitSystem->isPackageActive('fckeditor') && - ($gBitSystem->isFeatureActive("fckeditor_ask") || - $gBitSystem->isFeatureActive("fckeditor_on_click"))} + {if $gBitSystem->isPackageActive('ckeditor') && + ($gBitSystem->isFeatureActive("ckeditor_ask") || + $gBitSystem->isFeatureActive("ckeditor_on_click"))} {formhelp note="Click in the textarea to activate the editor."} {/if} {/forminput} -- cgit v1.3