From 50ee482b9e2d8ca4826595ef1177597f6849862d Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 16 Jul 2018 14:59:30 +0200 Subject: [PATCH] Bugfix, wrong namespaceing --- core/f/form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/f/form.php b/core/f/form.php index 0ab7d18..bb8833d 100644 --- a/core/f/form.php +++ b/core/f/form.php @@ -159,7 +159,7 @@ class Form { self::setDiv( $div ); } - self::setElement( new \Sunrise\Form\Form() ); + self::setElement( new \Nibiru\Form\Form() ); return self::display( self::getElement()->loadElement( $attributes ) ); } @@ -485,4 +485,4 @@ class Form self::setElement( new TypeLabel() ); self::assamble( self::getElement()->loadElement( $attributes ) ); } -} \ No newline at end of file +}