Bugfix, wrong namespaceing

This commit is contained in:
Stephan Kasdorf
2018-07-16 14:59:30 +02:00
parent 1dd5d35f03
commit 50ee482b9e

View File

@@ -159,7 +159,7 @@ class Form
{ {
self::setDiv( $div ); self::setDiv( $div );
} }
self::setElement( new \Sunrise\Form\Form() ); self::setElement( new \Nibiru\Form\Form() );
return self::display( self::getElement()->loadElement( $attributes ) ); return self::display( self::getElement()->loadElement( $attributes ) );
} }