From f141e6f7a7d0bd85c1cdfb49356acf016efe73c7 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 23 Oct 2012 14:57:26 +0100 Subject: [PATCH] cMThisVer removed, establishing via CM object now The version num is now being established from the CM object itself using the version method --- lib/settings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/settings.php b/lib/settings.php index 9ade165..5d26a77 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -30,8 +30,7 @@ include($settingsFile); // Add ICEcoder settings to beginning of $ICEcoder array $ICEcoder = array( "versionNo" => "0.9.1", - "codeMirrorDir" => "CodeMirror-2.34", - "cMThisVer" => 2.34 + "codeMirrorDir" => "CodeMirror-2.34" )+$ICEcoder; // Update this config file?