From d0ca8272576c9e382211249e0181b6f8024b17a9 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Mon, 7 Jul 2014 09:33:28 -0400 Subject: [PATCH] Arreglo de Path para solr --- gulliver/system/class.bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index 3e11bd2b8..16dbce30d 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -2840,8 +2840,8 @@ class Bootstrap public static function displayMaveriksNotLoadedError() { if (! class_exists('\Maveriks\Util\ClassLoader')) { - require PATH_TRUNK . "framework/src/Maveriks/pattern/Mvc/View.php"; - require PATH_TRUNK . "framework/src/Maveriks/pattern/Mvc/PhtmlView.php"; + require PATH_TRUNK . "framework/src/Maveriks/Pattern/Mvc/View.php"; + require PATH_TRUNK . "framework/src/Maveriks/Pattern/Mvc/PhtmlView.php"; $message = "Please review your apache virtual host configuration file, and be sure you have the following rules: