openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e434def919aae7adf8056cf0b5e381986a27b0b9
parent 97bc728e02cb4f0aee28e6166da3e5455c1bfd7a
Author: dankert <devnull@localhost>
Date:   Thu, 27 Jan 2011 01:18:40 +0100

Kein Aufruf Action::callSubAction()

Diffstat:
action/PageAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action/PageAction.class.php b/action/PageAction.class.php @@ -317,7 +317,7 @@ class PageAction extends ObjectAction else { $this->addValidationError('name'); - $this->callSubAction('prop'); + //$this->callSubAction('prop'); } }