Bugfix, wrong namespaceing
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user