|
fixes in 2.0.0a |
- SaveAction could not find the edited object if id > 999. In includes/skinDetailsFormStartPart.php replaced
$this->getConvert($this->getRequestedObject(), 'id') by $this->getReqParam('id', true)
- fixed PntGen::includeClass bug: missing slash after classes folder name
- Gen removed all methods (::includeClass and ::tryIncludeClass because they are is not safe with register_globals ON)
|
|