From a347ed5c10f11843dd49be907d771fbc73941841 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 06:01:08 +0000 Subject: Correct case on helper class names. By convention, helper class names are lower case: http://docs.kohanaphp.com/general/helpers Remove block_helper file as the abstract class os no longer required. --- core/helpers/xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/xml.php') diff --git a/core/helpers/xml.php b/core/helpers/xml.php index 2700b5ae..09168ce8 100644 --- a/core/helpers/xml.php +++ b/core/helpers/xml.php @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class Xml_Core { +class xml_Core { public static function to_xml($array, $element_names) { $xml = "<$element_names[0]>\n"; foreach ($array as $key => $value) { -- cgit v1.2.3