From: Steve Sutton Date: Fri, 9 Jan 2015 15:38:26 +0000 (-0500) Subject: update to newer version of ckeditor X-Git-Tag: v1.0.7^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=914d56648faaed86d86a90b15cfd75f5e7f56c6a;p=web%2FSooLocks.git update to newer version of ckeditor ckeditor version 4.4.4 --- diff --git a/setup.phtml b/setup.phtml index 4aec578..cc0c8c4 100644 --- a/setup.phtml +++ b/setup.phtml @@ -625,7 +625,7 @@ $mediaAppBaseUrl ? GLM_APP_BASE_SECURE_URL : GLM_APP_BASE_URL; define('MEDIA_APP_BASE_URL', $mediaAppBaseUrl); -define('CKEDITOR_JS', MEDIA_APP_BASE_URL . 'ckeditor/4.3.2/ckeditor.js'); +define('CKEDITOR_JS', MEDIA_APP_BASE_URL . 'ckeditor/4.4.4/ckeditor.js'); // This needs to be set to the real url ie. http://demo.gaslightmedia.com if ($isSecurePage) { $BASE_URL = "http://$base_url";