openrat-cms

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

commit 79f382c3f9ef2ecc25d64f9a0db519d4e85d79d1
parent 2464f1569de7cd8ba2ec06602da9136ce85d72a4
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 21 Mar 2012 22:19:22 +0100

Fix: Bearbeiten-Modus der Vorlagen-Liste.

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

diff --git a/action/TemplatelistAction.class.php b/action/TemplatelistAction.class.php @@ -36,7 +36,7 @@ class TemplatelistAction extends Action */ function editView() { - $this->nextSubActionsetTemplateVar('show'); + $this->nextSubAction('show'); }