openrat-cms

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

commit d301aed31bab7d9550b6a73bf9c41e943ff70774
parent bd2bb86d771c5282c1977307a224ef3d30a37c96
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 19 Nov 2011 03:15:03 +0100

Code schöner...

Diffstat:
action/PageAction.class.php | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/action/PageAction.class.php b/action/PageAction.class.php @@ -769,7 +769,12 @@ class PageAction extends ObjectAction // $this->addNotice($o['type'],$o['full_filename'],'PUBLISHED','ok'); // } - $this->addNotice('page',$this->page->fullFilename,'PUBLISHED'.($this->page->publish->ok?'':'_ERROR'),$this->page->publish->ok,array(),$this->page->publish->log); + $this->addNotice( 'page', + $this->page->fullFilename, + 'PUBLISHED'.($this->page->publish->ok?'':'_ERROR'), + $this->page->publish->ok, + array(), + $this->page->publish->log ); }