Преглед на файлове

[svn r18661] Fixing SVN#18553 see FS#2867

Julio Montoya преди 16 години
родител
ревизия
b3fbb342c1
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      main/inc/lib/fckeditor/editor/plugins/ImageManager/Classes/ImageManager.php

+ 3 - 2
main/inc/lib/fckeditor/editor/plugins/ImageManager/Classes/ImageManager.php

@@ -203,9 +203,9 @@ class ImageManager
 			{
 				$is_dir = is_dir($fullpath.$entry);
 
-				if ($is_dir)
-				{
+				if ($is_dir) {
 					$dir_entry = Files::fixPath($fullpath.$entry);
+					/*
 					if (strpos($dir_entry, '/shared_folder/') !== false)
 					{
 						if (!preg_match('/.*\/shared_folder\/$/', $dir_entry))
@@ -217,6 +217,7 @@ class ImageManager
 							}
 						}
 					}
+					*/
 				}