openrat-cms

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

commit d31d0f5c29786550d49986205315b799a133fa95
parent 48b8d74392e84c8f7ae4ed9986dac354d9d017b8
Author: dankert <dankert@laptop-jan>
Date:   Fri,  8 Mar 2013 10:17:21 +0100

Fix: Suche im Editorfenster anzeigen.

Diffstat:
action/SearchAction.class.php | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/action/SearchAction.class.php b/action/SearchAction.class.php @@ -45,6 +45,19 @@ class SearchAction extends Action { $this->nextSubAction('content'); } + + + + public function editView() + { + $this->nextSubAction('content'); + } + + public function editPost() + { + $this->nextSubAction('content'); + } + /**