[geeklog-hg] geeklog: Fixed incorrect file path for FCKEditor File Manager

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Sep 4 09:23:03 EDT 2013


changeset 9280:141a7957b55c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/141a7957b55c
user: dengen <taharaxp at gmail.com>
date: Wed Sep 04 22:22:12 2013 +0900
description:
Fixed incorrect file path for FCKEditor File Manager

diffstat:

 public_html/editors/fckeditor/editor/filemanager/connectors/php/config.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 01081871d05f -r 141a7957b55c public_html/editors/fckeditor/editor/filemanager/connectors/php/config.php
--- a/public_html/editors/fckeditor/editor/filemanager/connectors/php/config.php	Mon Sep 02 10:22:56 2013 -0400
+++ b/public_html/editors/fckeditor/editor/filemanager/connectors/php/config.php	Wed Sep 04 22:22:12 2013 +0900
@@ -26,7 +26,7 @@
     die('This file can not be used on its own!');
 }
 
-include '../../../../../lib-common.php';
+include '../../../../../../lib-common.php';
 global $Config ;
 
 // SECURITY: You must explicitly enable this "connector". (Set it to "true").



More information about the geeklog-cvs mailing list