Closed dready closed 12 years ago
This PR has two fixes, for two different things. Can you split them in two separate PR, please?
.. damn! sure. was not supposed to do that^^
done.
fixed getView is a method and changed the comparison.
But i don"t think it should join the other conditional since it"s only checking if getView() returns a valid view. This has nothing to do with the Prefixes.
hi,
in Twitter_Bootstrap_Form::_initializePrefixes adds an HelperPath to the View. Unfortunately if you are using Unittests on the Form there is no View. Therefore i added an is_null check.
best regards, dready